diff --git a/.github/workflows/php-tests.yml b/.github/workflows/php-tests.yml index f42a9df41..d1efe6f18 100644 --- a/.github/workflows/php-tests.yml +++ b/.github/workflows/php-tests.yml @@ -36,9 +36,7 @@ jobs: - php_support_policy: L-2 php: '7.4' exclude: # incompatible versions of PHP, WordPress, and WooCommerce - - woocommerce_support_policy: L - woocommerce: '9.5.2' - wordpress_support_policy: L-2 + - woocommerce: '9.5.2' wordpress: '6.5' name: Stable (PHP=${{ matrix.php_support_policy }}, WP=${{ matrix.wordpress_support_policy }}, WC=${{ matrix.woocommerce_support_policy }})