Skip to content

Commit 79724a8

Browse files
authored
chore: update PHP 8.5 to PHP-CS-FIXER action
1 parent e756d9c commit 79724a8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/test-coding-standard.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
strategy:
3030
fail-fast: false
3131
matrix:
32-
php-versions: ['8.1', '8.4']
32+
php-versions: ['8.1', '8.5']
3333

3434
steps:
3535
- name: Checkout
@@ -66,5 +66,3 @@ jobs:
6666
6767
- name: Run checking coding standard
6868
run: vendor/bin/php-cs-fixer fix --verbose --ansi --dry-run --using-cache=no --diff
69-
env:
70-
PHP_CS_FIXER_IGNORE_ENV: ${{ matrix.php-versions == '8.4' }}

0 commit comments

Comments
 (0)