diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 08ebae258f9c..424e5aa5a9f9 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -28,6 +28,7 @@ jobs: ports: - 6379:6379 options: --entrypoint redis-server + strategy: fail-fast: true matrix: @@ -38,7 +39,6 @@ jobs: flags: "--ignore-platform-req=php" stability: prefer-stable - name: PHP ${{ matrix.php }} - ${{ matrix.stability }} steps: