Parcourir la source

Disable fail-fast in GH actions

Joanhey il y a 2 ans
Parent
commit
2bd8e3bb28
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      .github/workflows/test.yml

+ 1 - 1
.github/workflows/test.yml

@@ -15,7 +15,7 @@ jobs:
     runs-on: ubuntu-22.04
 
     strategy:
-      fail-fast: true
+      fail-fast: false
       matrix:
         php: ["8.1", "8.2", "8.3"]
         stability: [prefer-lowest, prefer-stable]