From 1ac365b74014ab58e511bca0ca5237981e8970bf Mon Sep 17 00:00:00 2001 From: Anton Komarev Date: Sun, 10 Mar 2024 11:30:05 +0300 Subject: [PATCH] GitHub workflow --- .github/workflows/tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index cecae17..ac990f0 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest strategy: - fail-fast: true + #fail-fast: true matrix: php: [8.0, 8.1, 8.2, 8.3] laravel: ['9.*', '10.*', '11.*']