Skip to content

Commit 8c6cde9

Browse files
committed
Add PHP8.4 to matrix of test envs
1 parent 576c727 commit 8c6cde9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
name: Test
1212
strategy:
1313
matrix:
14-
php-version: ['8.3']
14+
php-version: ['8.3', '8.4']
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Checkout code

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"scripts": {
5858
"coverage": "vendor/bin/coverage-check var/coverage/clover.xml 65",
5959
"cs": "vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.php",
60-
"cs:dry-run": "vendor/bin/php-cs-fixer fix --diff --dry-run --config=.php-cs-fixer.php",
60+
"cs:dry-run": "PHP_CS_FIXER_IGNORE_ENV=1 vendor/bin/php-cs-fixer fix --diff --dry-run --config=.php-cs-fixer.php",
6161
"dependency-analyser": "vendor/bin/composer-dependency-analyser",
6262
"phpstan": "vendor/bin/phpstan analyse -c phpstan.neon",
6363
"phpunit": "XDEBUG_MODE=coverage vendor/bin/phpunit",

0 commit comments

Comments
 (0)