diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index bfb770fc..af594648 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -8,15 +8,11 @@ jobs: testsuite: name: all tests runs-on: ubuntu-latest - strategy: - # This prevents cancellation of matrix job runs, if one or more already failed - # and let the remaining matrix jobs be executed anyway. - fail-fast: false env: php: '8.1' steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install testing system run: Build/Scripts/runTests.sh -p ${{ env.php }} -s composerUpdate