Skip to content

Commit

Permalink
Don't try to test on 7.1 or below since WordPress 6.6 will no longer …
Browse files Browse the repository at this point in the history
…support it
  • Loading branch information
akirk committed Apr 14, 2024
1 parent 92d82b5 commit 3a8f3a4
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 @@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php: ['7.0', '7.1', '7.2', '7.3', '7.4']
php: ['7.2', '7.3', '7.4']
phpunit: ['6.3.1']
wordpress: ['6.0', 'trunk']

Expand Down

0 comments on commit 3a8f3a4

Please sign in to comment.