From bd2f4580adf99d21a9ed11f0ddf52e8659036f64 Mon Sep 17 00:00:00 2001 From: New To Vaux <640187+newtovaux@users.noreply.github.com> Date: Tue, 7 Nov 2023 08:44:29 +0000 Subject: [PATCH] Update install-current-plugin.yml --- .github/workflows/install-current-plugin.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/install-current-plugin.yml b/.github/workflows/install-current-plugin.yml index f19df95..bc01761 100644 --- a/.github/workflows/install-current-plugin.yml +++ b/.github/workflows/install-current-plugin.yml @@ -19,6 +19,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: @@ -117,4 +120,4 @@ jobs: run: wget -SO- http://127.0.0.1:8081/ - name: Test WP Response (WP Admin) run: wget -SO- http://127.0.0.1:8081/wp-admin/ - \ No newline at end of file +