Skip to content

Commit af408fa

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

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
12-
php: [ 7.4 ]
12+
php: [ 7.4, 8.0, 8.1 ]
1313
version: [ lowest, standard ]
1414
elastic: [ 7.12.1 ]
1515

@@ -39,19 +39,18 @@ jobs:
3939
name: Composer standard
4040
run: make composer
4141

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

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

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

54-
- if: matrix.php == '7.4'
55-
name: Tests
54+
- name: Tests
5655
run: make tests
5756

0 commit comments

Comments
 (0)