Skip to content

Commit 9fa623b

Browse files
committed
fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! Feat: Remove skip of BlankLineAfterOpeningTagFixer
1 parent d41034f commit 9fa623b

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212

1313
strategy:
1414
matrix:
15-
php-version: ['8.1', '8.2', '8.3', '8.4']
15+
php-version: ['8.0', '8.1', '8.2', '8.3', '8.4']
1616
dependencies: ['']
1717
include:
18-
- { php-version: '8.1', dependencies: '--prefer-lowest --prefer-stable' }
18+
- { php-version: '8.0', dependencies: '--prefer-lowest --prefer-stable' }
1919

2020
name: PHP ${{ matrix.php-version }} ${{ matrix.dependencies }}
2121

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,15 @@
1010
}
1111
],
1212
"require": {
13-
"php": "^8.1",
13+
"php": "^8.0",
1414
"friendsofphp/php-cs-fixer": "^3.66.0",
1515
"slevomat/coding-standard": "^8.6",
1616
"squizlabs/php_codesniffer": "^3.9",
1717
"symplify/easy-coding-standard": "^12.2.0 <12.4 || ^12.5.5"
1818
},
1919
"require-dev": {
2020
"ergebnis/composer-normalize": "^2.42.0",
21+
"nikic/php-parser": "<5.0",
2122
"php-parallel-lint/php-parallel-lint": "^1.4.0",
2223
"phpstan/extension-installer": "^1.3.1",
2324
"phpstan/phpstan": "^1.11.1",

0 commit comments

Comments
 (0)