From bb87b44dc05957e344f38a68629add10c3ac94e0 Mon Sep 17 00:00:00 2001 From: Tim Carr Date: Wed, 30 Oct 2024 15:24:17 +0800 Subject: [PATCH] Run tests against WordPress 6.7 RC2 --- .github/workflows/coding-standards.yml | 2 +- .github/workflows/tests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/coding-standards.yml b/.github/workflows/coding-standards.yml index b6f9b61b..dee67560 100644 --- a/.github/workflows/coding-standards.yml +++ b/.github/workflows/coding-standards.yml @@ -35,7 +35,7 @@ jobs: # Defines the WordPress and PHP Versions matrix to run tests on. strategy: matrix: - wp-versions: [ '6.7-RC1' ] #[ '6.1.1', 'latest' ] + wp-versions: [ '6.7-RC2' ] #[ '6.1.1', 'latest' ] php-versions: [ '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3' ] #[ '7.3', '7.4', '8.0', '8.1' ] # Steps to install, configure and run tests diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 6d925e9a..fcec1999 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -54,7 +54,7 @@ jobs: strategy: fail-fast: false matrix: - wp-versions: [ '6.7-RC1' ] #[ '6.1.1', 'latest' ] + wp-versions: [ '6.7-RC2' ] #[ '6.1.1', 'latest' ] php-versions: [ '7.4', '8.0', '8.1', '8.2', '8.3' ] #[ '7.4', '8.0', '8.1' ] # Folder names within the 'tests' folder to run tests in parallel.