Skip to content

Commit a44d8b8

Browse files
committed
Use --allow-unsupported-php-version=yes instead of env var
1 parent aaf6589 commit a44d8b8

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ jobs:
1212
php:
1313
- version: 8.3
1414
- version: 8.4
15-
env: PHP_CS_FIXER_IGNORE_ENV=1
1615
stability: [prefer-lowest, prefer-stable]
1716

1817
name: PHP ${{ matrix.php.version }} - ${{ matrix.stability }}
@@ -40,7 +39,7 @@ jobs:
4039
- name: Install dependencies
4140
run: composer update --${{ matrix.stability }} --prefer-dist --no-interaction
4241
- name: Check coding style
43-
run: ${{ matrix.php.env }} composer run style:check -- --format=checkstyle | cs2pr
42+
run: ${{ matrix.php.env }} composer run style:check --allow-unsupported-php-version=yes -- --format=checkstyle | cs2pr
4443
- name: Check static analysis
4544
run: composer run analyze -- --error-format=checkstyle | cs2pr
4645
- name: Configure matchers for PHPUnit

0 commit comments

Comments
 (0)