From 77eae62507d737428e46998c19158450c4536b49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Thu, 20 Jan 2022 20:23:47 +0100 Subject: [PATCH] remove fail-fast --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f3a4f2e..1121ccd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,6 @@ jobs: name: Tests (Pest) L${{ matrix.laravel }} runs-on: ubuntu-latest strategy: - fail-fast: true matrix: laravel: [8, 9]