From da21813fc0e8e01714e72da1477523cd97fb91d8 Mon Sep 17 00:00:00 2001 From: Alec Geatches Date: Mon, 22 Apr 2024 13:24:38 -0600 Subject: [PATCH] Remove PHP 7.1 from integration tests --- .github/workflows/integrate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integrate.yml b/.github/workflows/integrate.yml index ed42ed30..ff3caa44 100644 --- a/.github/workflows/integrate.yml +++ b/.github/workflows/integrate.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: wordpress: [ '5.7', '6.3' ] - php: [ '7.1', '7.4', '8.0', '8.2' ] + php: [ '7.4', '8.0', '8.2' ] allowed_failure: [ false ] include: # Check upcoming WP.