Skip to content

Commit

Permalink
Merge pull request #228 from wpengine/update-testing-matrix
Browse files Browse the repository at this point in the history
chore: add WordPress 6.4 and 6.5 to testing matrix
  • Loading branch information
ChrisWiegman authored Apr 9, 2024
2 parents ed23a32 + 56353a3 commit 49214e7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,18 @@ jobs:
strategy:
matrix:
php: [ '8.2', '7.4' ]
wordpress: [ '6.3', '6.2', '6.1' ]
wordpress: [ '6.5', '6.4', '6.3', '6.2', '6.1' ]
exclude:
- php: 8.2
wordpress: 6.1
- php: 7.4
wordpress: 6.2
- php: 7.4
wordpress: 6.3
- php: 7.4
wordpress: 6.4
- php: 7.4
wordpress: 6.5
fail-fast: false
name: WordPress ${{ matrix.wordpress }}, PHP ${{ matrix.php }}
steps:
Expand Down

0 comments on commit 49214e7

Please sign in to comment.