From a1a31171413b6d886d7c04f8a9bb267a6901ed4e Mon Sep 17 00:00:00 2001 From: Stefan Kalscheuer Date: Thu, 9 Nov 2023 18:11:03 +0100 Subject: [PATCH] ci: test against WP 6.4 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d13854e..17d6a82 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -7,7 +7,7 @@ jobs: matrix: include: - php: '8.2' - wordpress: '6.2' + wordpress: '6.4' - php: '8.1' wordpress: '6.1' - php: '8.0'