From 40aa6bcb82015ef74c199a12887526ac0a60b700 Mon Sep 17 00:00:00 2001 From: New To Vaux <640187+newtovaux@users.noreply.github.com> Date: Tue, 7 Nov 2023 08:44:52 +0000 Subject: [PATCH] Update install-plugin.yml --- .github/workflows/install-plugin.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/install-plugin.yml b/.github/workflows/install-plugin.yml index d5bf37a..6d8e9b4 100644 --- a/.github/workflows/install-plugin.yml +++ b/.github/workflows/install-plugin.yml @@ -20,6 +20,9 @@ jobs: matrix: php-versions: ['7.4', '8.0', '8.1', '8.2'] wordpress-versions: ['5.8', '5.9', '6.0', '6.1', '6.2', '6.3', '6.4', 'latest', 'nightly'] + exclude: + - php-versions: '7.4' + wordpress-versions: '6.4' experimental: [false] # Uncomment for testing other experimental version combinations # include: