Skip to content

Commit

Permalink
Add WordPress 6.4 to the testing matrix.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbillion committed Nov 17, 2023
1 parent 1ce2381 commit 9e0ab92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,23 +32,17 @@ jobs:
matrix:
wp:
- 'nightly'
- '6.4'
- '6.3'
- '6.2'
- '6.1'
php:
- '8.2'
- '8.1'
- '8.0'
- '7.4'
dev:
- ${{ github.ref_name == 'develop' }}
include:
- php: '7.4'
wp: '5.6'
exclude:
# Only run the nightly tests on the develop branch.
- wp: 'nightly'
dev: false
fail-fast: false
with:
wp: ${{ matrix.wp }}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Not your first time here? See [Recent Changes for Developers](https://github.com
* **PHP:** 7.4
- Tested up to PHP 8.2
* **WordPress:** 5.6
- Tested up to WP 6.3
- Tested up to WP 6.4

## Installation ##

Expand Down

0 comments on commit 9e0ab92

Please sign in to comment.