Skip to content

Commit

Permalink
Remove older PHP version from GitHub QA action
Browse files Browse the repository at this point in the history
  • Loading branch information
antonioeatgoat committed Aug 25, 2023
1 parent 1e85d9a commit a2f97c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/php-qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php-ver: [ '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2' ]
php-ver: [ '7.4', '8.0', '8.1', '8.2' ]
deps-mode: [ 'lowest', 'highest' ]
include:
- php-ver: '8.1'
Expand Down

0 comments on commit a2f97c9

Please sign in to comment.