From 927a934db81a6cc92b29d18b3309dd309c7d8514 Mon Sep 17 00:00:00 2001 From: Jason Bahl Date: Thu, 25 Apr 2024 15:13:48 -0600 Subject: [PATCH] - drop test for WP 5.9 on PHP 7.4 --- .github/workflows/tests-wordpress.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/tests-wordpress.yml b/.github/workflows/tests-wordpress.yml index 1342691..e0d7ff1 100644 --- a/.github/workflows/tests-wordpress.yml +++ b/.github/workflows/tests-wordpress.yml @@ -31,8 +31,6 @@ jobs: wordpress: '6.4.0' - php: '8.0' wordpress: '6.2' - - php: '7.4' - wordpress: '5.9' steps: - name: Checkout uses: actions/checkout@v2