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 61f6b83 commit 89168b3Copy full SHA for 89168b3
.github/workflows/php.yml
@@ -66,11 +66,11 @@ jobs:
66
run: ./vendor/bin/phpstan analyse -c phpstan.neon.php73.dist
67
68
- name: Run phpstan Php7.4
69
- if: matrix.php == '7.4'
+ if: matrix.php == '7.44'
70
run: ./vendor/bin/phpstan analyse -c phpstan.neon.php7.dist
71
72
- name: Run phpstan Php8
73
- if: matrix.php == '8.0' || matrix.php == '8.1' || matrix.php == '8.2' || matrix.php == '8.3' || matrix.php == '8.4'
+ if: matrix.php == '8.0' || matrix.php == '8.1' || matrix.php == '8.2' || matrix.php == '8.3' || matrix.php == '8.4' || matrix.php == '7.4'
74
run: ./vendor/bin/phpstan analyse -c phpstan.neon.dist
75
76
phpunit:
0 commit comments