Skip to content

Commit

Permalink
Don't try to use PHP 5.6 for WordPress 6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
akirk committed Jul 19, 2023
1 parent 892e109 commit 13a0e6a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,14 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php: ['5.6', '7.0', '7.1', '7.2', '7.3', '7.4']
phpunit: ['5.7.21']
php: ['7.0', '7.1', '7.2', '7.3', '7.4']
phpunit: ['6.3.1']
wordpress: ['6.0', 'trunk']

include:
- php: '5.6'
phpunit: '5.7.21'
wordpress: '6.0'
- php: '7.2'
phpunit: '6.3.1'
wordpress: '6.0'
Expand Down

0 comments on commit 13a0e6a

Please sign in to comment.