We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b8fa83 commit 6d1f70bCopy full SHA for 6d1f70b
.github/workflows/codestyle.yml
@@ -11,7 +11,7 @@ jobs:
11
strategy:
12
fail-fast: false
13
matrix:
14
- php: [ '8.3' ]
+ php: [ '8.4' ]
15
os: [ ubuntu-latest ]
16
steps:
17
- name: Set Git To Use LF
@@ -33,4 +33,4 @@ jobs:
33
max_attempts: 5
34
command: composer update --prefer-dist --no-interaction --no-progress
35
- name: Check Code Style
36
- run: composer phpcs:check
+ run: PHP_CS_FIXER_IGNORE_ENV=1 composer phpcs:check
0 commit comments