Skip to content

Commit

Permalink
chore: drop old version from test action
Browse files Browse the repository at this point in the history
  • Loading branch information
atymic authored Sep 2, 2022
1 parent da0b701 commit 738276d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
fail-fast: false
matrix:
coverage: [ 'none' ]
php-versions: [ '7.2', '7.3', '7.4', '8.0', '8.1' ]
php-versions: [ '7.4', '8.0', '8.1' ]
exclude:
- php-versions: '8.1'
include:
Expand Down

0 comments on commit 738276d

Please sign in to comment.