From 9e0ab92df59a61a7faf009098b26e604676f6540 Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Fri, 17 Nov 2023 01:31:34 +0000 Subject: [PATCH] Add WordPress 6.4 to the testing matrix. --- .github/workflows/integration-tests.yml | 8 +------- README.md | 2 +- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index e83ddc3..4f6db4c 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -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 }} diff --git a/README.md b/README.md index 24888eb..34a86d6 100644 --- a/README.md +++ b/README.md @@ -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 ##