diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ca80476a..fee31b39 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -36,17 +36,11 @@ jobs: test-php: runs-on: ${{ matrix.operating-system }} - continue-on-error: ${{ matrix.experimental }} needs: test-js strategy: matrix: operating-system: [ubuntu-latest] php-versions: ['7.2', '7.3', '7.4'] - experimental: [false] - include: - - php-versions: '8.0' - operating-system: ubuntu-latest - experimental: true name: PHP ${{ matrix.php-versions }} Test on ${{ matrix.operating-system }}