Skip to content

Commit 53945a7

Browse files
authored
Add PHP 8.5 support to Slevomat coding standards
1 parent ff1f603 commit 53945a7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
- "8.2"
2424
- "8.3"
2525
- "8.4"
26+
- "8.5"
2627

2728
steps:
2829
- name: "Checkout"
@@ -64,11 +65,11 @@ jobs:
6465
run: "bin/phpunit --no-coverage"
6566

6667
- name: "PHPStan"
67-
if: matrix.php-version == '8.0' || matrix.php-version == '8.1' || matrix.php-version == '8.2'
68+
if: matrix.php-version == '8.5'
6869
working-directory: slevomat-cs
6970
run: "bin/phpstan analyse -c build/PHPStan/phpstan.neon"
7071

7172
- name: "PHPStan in tests"
72-
if: matrix.php-version == '8.0' || matrix.php-version == '8.1' || matrix.php-version == '8.2'
73+
if: matrix.php-version == '8.5'
7374
working-directory: slevomat-cs
7475
run: "bin/phpstan analyse -c build/PHPStan/phpstan.tests.neon"

0 commit comments

Comments
 (0)