From eb11c7a1dee518bb84202c90c57e4c5d34915497 Mon Sep 17 00:00:00 2001 From: Pascal Birchler Date: Tue, 4 Mar 2025 20:13:25 +0100 Subject: [PATCH] Add PHP 7.2 / WP 4.9 to test matrix WP 4.9 is the oldest version with PHP 7.2 compatibility --- .github/workflows/reusable-testing.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/reusable-testing.yml b/.github/workflows/reusable-testing.yml index 5acceb6..60b8e1f 100644 --- a/.github/workflows/reusable-testing.yml +++ b/.github/workflows/reusable-testing.yml @@ -43,6 +43,11 @@ jobs: "wp": "6.2", "mysql": "8.0" }, + { + "php": "7.2", + "wp": "4.9", + "mysql": "8.0" + }, { "php": "7.2", "wp": "latest",