From 353565c88653fe73a5d18cd3b251bf8caf67d5da Mon Sep 17 00:00:00 2001 From: Evan Mullins Date: Fri, 6 Dec 2024 11:22:18 -0500 Subject: [PATCH] add php7.1 wp6.7 to the exclude list in matrix because wp6.7 requires at least 7.2 --- .github/workflows/cypress-matrix.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/cypress-matrix.yml b/.github/workflows/cypress-matrix.yml index d390c92..3d99db2 100644 --- a/.github/workflows/cypress-matrix.yml +++ b/.github/workflows/cypress-matrix.yml @@ -36,6 +36,8 @@ jobs: exclude: - phpVersion: '7.1' wpVersion: '6.6' + - phpVersion: '7.1' + wpVersion: '6.7' steps: