From 1ddcc764ac400b650400b82fa91a41c82d96ab00 Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Tue, 3 Mar 2026 22:25:43 +0000 Subject: [PATCH] Trim the 5.9 workflows. --- .github/workflows/phpunit-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/phpunit-tests.yml b/.github/workflows/phpunit-tests.yml index 9a442b4047f8e..ea3ffd4ac2235 100644 --- a/.github/workflows/phpunit-tests.yml +++ b/.github/workflows/phpunit-tests.yml @@ -45,7 +45,7 @@ jobs: fail-fast: false matrix: os: [ ubuntu-latest ] - php: [ '5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1' ] + php: [ '5.6', '7.0', '7.4', '8.0', '8.1' ] db-type: [ 'mysql' ] db-version: [ '5.7' ] multisite: [ false, true ]