From 8b17cde5ec7835ae464eed8e11a7967aeb5d1c39 Mon Sep 17 00:00:00 2001 From: David Levine Date: Tue, 2 May 2023 23:14:04 +0000 Subject: [PATCH] ci: exclude php 8.1 for now --- .github/workflows/integration-testing.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/integration-testing.yml b/.github/workflows/integration-testing.yml index 59a15038..227daa86 100644 --- a/.github/workflows/integration-testing.yml +++ b/.github/workflows/integration-testing.yml @@ -26,9 +26,8 @@ jobs: php: [ '8.0', '7.4' ] wordpress: [ '6.2', '6.1', '6.0', '5.9' ] include: - - php: '8.1' + - php: '8.0' wordpress: '6.2' - extensions: 'true' coverage: 1 # Older versions of WordPress - php: '8.0'