We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aaf6589 commit a44d8b8Copy full SHA for a44d8b8
1 file changed
.github/workflows/tests.yml
@@ -12,7 +12,6 @@ jobs:
12
php:
13
- version: 8.3
14
- version: 8.4
15
- env: PHP_CS_FIXER_IGNORE_ENV=1
16
stability: [prefer-lowest, prefer-stable]
17
18
name: PHP ${{ matrix.php.version }} - ${{ matrix.stability }}
@@ -40,7 +39,7 @@ jobs:
40
39
- name: Install dependencies
41
run: composer update --${{ matrix.stability }} --prefer-dist --no-interaction
42
- name: Check coding style
43
- run: ${{ matrix.php.env }} composer run style:check -- --format=checkstyle | cs2pr
+ run: ${{ matrix.php.env }} composer run style:check --allow-unsupported-php-version=yes -- --format=checkstyle | cs2pr
44
- name: Check static analysis
45
run: composer run analyze -- --error-format=checkstyle | cs2pr
46
- name: Configure matchers for PHPUnit
0 commit comments