From 8d937389c119b45106748acb626518ce5765bf36 Mon Sep 17 00:00:00 2001 From: Nilambar Sharma Date: Wed, 26 Feb 2025 13:56:27 +0545 Subject: [PATCH] Trying PHP above 8.2 --- .github/workflows/behat-test.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/behat-test.yml b/.github/workflows/behat-test.yml index 70a38b76..45ab19e2 100644 --- a/.github/workflows/behat-test.yml +++ b/.github/workflows/behat-test.yml @@ -60,16 +60,13 @@ jobs: fail-fast: true matrix: php: - - '7.4' - - '8.0' - - '8.1' - '8.2' wordpress: [ 'latest' ] include: - php: '8.3' wordpress: 'latest' coverage: true - - php: '7.4' + - php: '8.2' wordpress: '6.3' - php: '8.4' wordpress: 'trunk'