From 1e8f53824e4f83251900003658926a6bfe3eb5d1 Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Wed, 8 Nov 2023 02:10:09 +0000 Subject: [PATCH] Bump the tested up to version. --- .github/workflows/acceptance-tests.yml | 8 ++++---- .github/workflows/integration-tests.yml | 8 ++++---- phpcs.xml.dist | 2 +- readme.txt | 4 ++-- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/acceptance-tests.yml b/.github/workflows/acceptance-tests.yml index 8e73ccd81..44c9221c4 100644 --- a/.github/workflows/acceptance-tests.yml +++ b/.github/workflows/acceptance-tests.yml @@ -57,17 +57,17 @@ jobs: # Nightly: - 'nightly' # Latest three stable: + - '6.4' - '6.3' - '6.2' - - '6.1' php: - '8.0' - '7.4' include: # Latest stable on PHP 8.1 and 8.2: - - wp: '6.3' + - wp: '6.4' php: '8.1' - - wp: '6.3' + - wp: '6.4' php: '8.2' # Nightly on PHP 8.1 and 8.2: - wp: 'nightly' @@ -75,7 +75,7 @@ jobs: - wp: 'nightly' php: '8.2' # Oldest supported on PHP 7.4: - - wp: '5.5' + - wp: '5.6' php: '7.4' fail-fast: false uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-acceptance-tests.yml@trunk diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index aadb41d00..7a3f6b69c 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -58,17 +58,17 @@ jobs: # Nightly: - 'nightly' # Latest three stable: + - '6.4' - '6.3' - '6.2' - - '6.1' php: - '8.0' - '7.4' include: # Latest stable on PHP 8.1 and 8.2: - - wp: '6.3' + - wp: '6.4' php: '8.1' - - wp: '6.3' + - wp: '6.4' php: '8.2' # Nightly on PHP 8.1 and 8.2: - wp: 'nightly' @@ -76,7 +76,7 @@ jobs: - wp: 'nightly' php: '8.2' # Oldest supported on PHP 7.4: - - wp: '5.5' + - wp: '5.6' php: '7.4' fail-fast: false with: diff --git a/phpcs.xml.dist b/phpcs.xml.dist index ab8315941..1bacc0af5 100644 --- a/phpcs.xml.dist +++ b/phpcs.xml.dist @@ -64,7 +64,7 @@ - + diff --git a/readme.txt b/readme.txt index 5702ad985..fd7a85931 100644 --- a/readme.txt +++ b/readme.txt @@ -1,8 +1,8 @@ # Query Monitor Contributors: johnbillion Tags: debug, debug-bar, development, performance, query monitor, rest-api -Requires at least: 5.5 -Tested up to: 6.3 +Requires at least: 5.6 +Tested up to: 6.4 Stable tag: 3.14.1 License: GPLv2 or later Requires PHP: 7.4