Skip to content

Commit e378e66

Browse files
committed
Don't test PHP versions that reached end of life
1 parent 42ed44e commit e378e66

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/phpunit.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,8 @@ jobs:
1818
strategy:
1919
matrix:
2020
operating-system: [ubuntu-latest]
21-
php-versions: ['8.0', '8.1', '8.2', '8.3', '8.4']
21+
php-versions: ['8.2', '8.3', '8.4']
2222
include:
23-
- php-versions: '8.0'
24-
phpunit-versions: 9
25-
- php-versions: '8.1'
26-
phpunit-versions: 10
2723
- php-versions: '8.2'
2824
phpunit-versions: 10
2925
- php-versions: '8.3'

0 commit comments

Comments
 (0)