Skip to content

Commit 24e27e5

Browse files
committed
Add PHP 8.4 to build
1 parent 10a849e commit 24e27e5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
- '8.1'
3131
- '8.2'
3232
- '8.3'
33+
- '8.4'
3334

3435
steps:
3536
- name: Checkout
@@ -66,6 +67,8 @@ jobs:
6667
6768
- name: Run PHP-CS-Fixer
6869
run: vendor/bin/php-cs-fixer check --ansi --verbose --diff
70+
env:
71+
PHP_CS_FIXER_IGNORE_ENV: ${{ matrix.php-version == '8.4' && '1' || '0' }}
6972

7073
- name: Run PHPStan Static Analysis Check
7174
run: vendor/bin/phpstan analyse --ansi --verbose

0 commit comments

Comments
 (0)