Skip to content

Commit

Permalink
- update matrix, again...
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonbahl committed Nov 10, 2022
1 parent 58fe8eb commit 06c0e6c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/tests-wordpress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ jobs:
name: WordPress ${{ matrix.wordpress }} Integration Tests on PHP ${{ matrix.php }}
strategy:
matrix:
php: [ '8.0', '7.4' ]
wordpress: [ '5.9', '5.8', '5.7.2', '5.6' ]
include:
- php: '8.0'
wordpress: '6.0'
php: [ '8.1', '8.0', '7.4' ]
wordpress: [ '6.0', '5.9', '5.8', '5.7.2' ]
exclude:
- php: '8.1'
wordpress: '5.7.2'
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit 06c0e6c

Please sign in to comment.