From c7357f19cf6b31ce3f912d6745f68c5955be31b7 Mon Sep 17 00:00:00 2001 From: fumikito Date: Thu, 20 Jul 2023 02:10:15 +0900 Subject: [PATCH] #50 Drop PHP 7.2 from test @openai: ignore --- .github/workflows/wordpress.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wordpress.yml b/.github/workflows/wordpress.yml index 6ea69aa..9fddd3c 100644 --- a/.github/workflows/wordpress.yml +++ b/.github/workflows/wordpress.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: operating-system: [ ubuntu-latest ] # OS. ubuntu-18.04 is also available. - php: [ '7.2', '7.4', '8.0' ] # PHP versions to check. + php: [ '7.4', '8.0' ] # PHP versions to check. wp: [ 'latest', '5.9' ] # WordPress version to check. tools: [ composer ] scoper: [ true, false ]