fix: remove experimental test for PHP 8.0, aguarda versão do WP 5.9 com suporte ao phpunit 9.* #608
This commit is contained in:
parent
0499b1cc18
commit
4de009f799
|
@ -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 }}"
|
||||
|
||||
|
|
Loading…
Reference in New Issue