From 4de009f799dcd003416235366492289fe6d4f8ef Mon Sep 17 00:00:00 2001 From: vnmedeiros Date: Wed, 17 Nov 2021 08:27:08 -0300 Subject: [PATCH] =?UTF-8?q?fix:=20remove=20experimental=20test=20for=20PHP?= =?UTF-8?q?=208.0,=20aguarda=20vers=C3=A3o=20do=20WP=205.9=20com=20suporte?= =?UTF-8?q?=20ao=20phpunit=209.*=20#608?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/test.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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 }}"