Skip to content

Commit a2f97c9

Browse files
Remove older PHP version from GitHub QA action
1 parent 1e85d9a commit a2f97c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/php-qa.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
strategy:
3939
fail-fast: true
4040
matrix:
41-
php-ver: [ '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2' ]
41+
php-ver: [ '7.4', '8.0', '8.1', '8.2' ]
4242
deps-mode: [ 'lowest', 'highest' ]
4343
include:
4444
- php-ver: '8.1'

0 commit comments

Comments
 (0)