We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff1f603 commit 53945a7Copy full SHA for 53945a7
.github/workflows/test-slevomat-coding-standard.yml
@@ -23,6 +23,7 @@ jobs:
23
- "8.2"
24
- "8.3"
25
- "8.4"
26
+ - "8.5"
27
28
steps:
29
- name: "Checkout"
@@ -64,11 +65,11 @@ jobs:
64
65
run: "bin/phpunit --no-coverage"
66
67
- name: "PHPStan"
- if: matrix.php-version == '8.0' || matrix.php-version == '8.1' || matrix.php-version == '8.2'
68
+ if: matrix.php-version == '8.5'
69
working-directory: slevomat-cs
70
run: "bin/phpstan analyse -c build/PHPStan/phpstan.neon"
71
72
- name: "PHPStan in tests"
73
74
75
run: "bin/phpstan analyse -c build/PHPStan/phpstan.tests.neon"
0 commit comments