Skip to content

Commit 90a0d59

Browse files
Jakub-FajkusSpamercz
authored andcommitted
add php 8.0 and 8.1 to ci matrix
1 parent af408fa commit 90a0d59

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,15 @@ jobs:
3939
name: Composer standard
4040
run: make composer
4141

42-
- if: matrix.php == '8.1'
42+
- if: matrix.php == '7.4'
4343
name: Coding standard
4444
run: make cs
4545

46-
- if: matrix.version == 'lowest'
46+
- if: matrix.php == '7.4' && matrix.version == 'lowest'
4747
name: PHPStan lowest
4848
run: make phpstan-lowest
4949

50-
- if: matrix.version == 'standard'
50+
- if: matrix.php == '7.4' && matrix.version == 'standard'
5151
name: PHPStan standard
5252
run: make phpstan
5353

0 commit comments

Comments
 (0)