diff --git a/.github/workflows/strict-tests.yaml b/.github/workflows/strict-tests.yaml index 8518b304..764a861b 100644 --- a/.github/workflows/strict-tests.yaml +++ b/.github/workflows/strict-tests.yaml @@ -12,14 +12,12 @@ jobs: runs-on: ${{ matrix.os }} continue-on-error: ${{ matrix.experimental }} strategy: - fail-fast: false matrix: os: - "ubuntu-latest" php: - 8.2 - 8.3 - - 8.4 phpunit: - "~10.5.0" - "~11.3.0"