Skip to content

Commit 89168b3

Browse files
committed
See if Phpstan 7.4 Can Run Same as Phpstan 8.0+
1 parent 61f6b83 commit 89168b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/php.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,11 @@ jobs:
6666
run: ./vendor/bin/phpstan analyse -c phpstan.neon.php73.dist
6767

6868
- name: Run phpstan Php7.4
69-
if: matrix.php == '7.4'
69+
if: matrix.php == '7.44'
7070
run: ./vendor/bin/phpstan analyse -c phpstan.neon.php7.dist
7171

7272
- 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'
73+
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'
7474
run: ./vendor/bin/phpstan analyse -c phpstan.neon.dist
7575

7676
phpunit:

0 commit comments

Comments
 (0)