From 9069d28cac99178e80e1b7f1f27fedf00c49026a Mon Sep 17 00:00:00 2001 From: Pascal Birchler Date: Thu, 21 May 2026 10:17:25 +0200 Subject: [PATCH] Update test matrix after WordPress 7.0 release WordPress 7.0 requires PHP 7.4+ Thus, we now run PHP 7.2 and 7.3 tests against WP 6.9, the last release to officially support these versions. --- .github/workflows/reusable-testing.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/reusable-testing.yml b/.github/workflows/reusable-testing.yml index f78efc2..c3b7cf7 100644 --- a/.github/workflows/reusable-testing.yml +++ b/.github/workflows/reusable-testing.yml @@ -55,22 +55,22 @@ jobs: }, { "php": "7.2", - "wp": "latest", + "wp": "6.9", "mysql": "mysql-8.0" }, { "php": "7.2", - "wp": "latest", + "wp": "6.9", "dbtype": "sqlite" }, { "php": "7.3", - "wp": "latest", + "wp": "6.9", "mysql": "mysql-8.0" }, { "php": "7.3", - "wp": "latest", + "wp": "6.9", "dbtype": "sqlite" }, {