Skip to content

Commit 6d1f70b

Browse files
committed
Use PHP 8.4 for phpcs pipeline
1 parent 0b8fa83 commit 6d1f70b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/codestyle.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
php: [ '8.3' ]
14+
php: [ '8.4' ]
1515
os: [ ubuntu-latest ]
1616
steps:
1717
- name: Set Git To Use LF
@@ -33,4 +33,4 @@ jobs:
3333
max_attempts: 5
3434
command: composer update --prefer-dist --no-interaction --no-progress
3535
- name: Check Code Style
36-
run: composer phpcs:check
36+
run: PHP_CS_FIXER_IGNORE_ENV=1 composer phpcs:check

0 commit comments

Comments
 (0)