Skip to content

Commit 18d0e49

Browse files
author
Jeroen de Graaf
committed
Add PHP8.4 to matrix of test envs
1 parent 23f61fd commit 18d0e49

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
@@ -54,7 +54,7 @@
5454
},
5555
"scripts": {
5656
"cs": "vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.php",
57-
"cs:dry-run": "vendor/bin/php-cs-fixer fix --diff --dry-run --config=.php-cs-fixer.php",
57+
"cs:dry-run": "PHP_CS_FIXER_IGNORE_ENV=1 vendor/bin/php-cs-fixer fix --diff --dry-run --config=.php-cs-fixer.php",
5858
"dependency-analyser": "vendor/bin/composer-dependency-analyser",
5959
"phpstan": "vendor/bin/phpstan analyse -c phpstan.neon",
6060
"rector": "vendor/bin/rector process --ansi",

0 commit comments

Comments
 (0)