diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 64807579bb..0c42c78fa7 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -22,9 +22,7 @@ jobs: - "8.0" - "8.1" - "8.2" - include: - - experimental: true - php-version: "8.3" + - "8.3" runs-on: "ubuntu-latest" @@ -57,4 +55,3 @@ jobs: - name: "Run tests" run: "./vendor/bin/phpunit --colors=always" - continue-on-error: "${{ matrix.experimental }}"