diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5bc1d191d..484f7288b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -27,16 +27,16 @@ jobs: wp: ['latest', '5.4'] experimental: [false] - include: + # include: # Complement the builds run via the matrix with high/low WP builds for PHP 7.4 and 8.0. # PHP 8.0 is sort of supported since WP 5.6. # PHP 7.4 is supported since WP 5.3. - - php: '8.0' - wp: 'latest' - experimental: true - - php: '8.0' - wp: '5.6' - experimental: true + # - php: '8.0' + # wp: 'latest' + # experimental: true + # - php: '8.0' + # wp: '5.6' + # experimental: true name: "PHP ${{ matrix.php }} - WP ${{ matrix.wp }}"