diff --git a/.github/workflows/standards-and-tests.yml b/.github/workflows/standards-and-tests.yml index 68aaad9..ff7b8dd 100644 --- a/.github/workflows/standards-and-tests.yml +++ b/.github/workflows/standards-and-tests.yml @@ -13,15 +13,15 @@ jobs: strategy: fail-fast: false matrix: - php: [ 7.4 ] + php: [ 7.4, 8.0 ] os: [ ubuntu-20.04 ] wordpress: [ 6.0.2, latest ] - experimental: [ false ] include: - - php: 8.0 - os: ubuntu-20.04 - wordpress: latest - experimental: true + - experimental: true + - experimental: false + php: 8.0 + wordpress: 6.0.2 + name: Test - PHP ${{ matrix.php }} - WP ${{ matrix.wordpress }} env: