Skip to content

Commit 988b334

Browse files
jrauh01nilmerg
authored andcommitted
Remove tests for PHP versions below 8.2
1 parent ef04351 commit 988b334

1 file changed

Lines changed: 2 additions & 11 deletions

File tree

.github/workflows/php.yml

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3']
20+
php: ['8.2', '8.3']
2121
os: ['ubuntu-latest']
2222

2323
steps:
@@ -51,17 +51,8 @@ jobs:
5151
strategy:
5252
fail-fast: false
5353
matrix:
54-
php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3']
54+
php: ['8.2', '8.3']
5555
os: ['ubuntu-latest']
56-
include:
57-
- php: '7.2'
58-
phpunit-version: 8.5
59-
- php: '7.3'
60-
phpunit-version: 9.6
61-
- php: '7.4'
62-
phpunit-version: 9.6
63-
- php: '8.0'
64-
phpunit-version: 9.6
6556

6657
steps:
6758
- name: Checkout code base

0 commit comments

Comments
 (0)