We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af408fa commit 90a0d59Copy full SHA for 90a0d59
1 file changed
.github/workflows/ci.yml
@@ -39,15 +39,15 @@ jobs:
39
name: Composer standard
40
run: make composer
41
42
- - if: matrix.php == '8.1'
+ - if: matrix.php == '7.4'
43
name: Coding standard
44
run: make cs
45
46
- - if: matrix.version == 'lowest'
+ - if: matrix.php == '7.4' && matrix.version == 'lowest'
47
name: PHPStan lowest
48
run: make phpstan-lowest
49
50
- - if: matrix.version == 'standard'
+ - if: matrix.php == '7.4' && matrix.version == 'standard'
51
name: PHPStan standard
52
run: make phpstan
53
0 commit comments