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 +