Explorar el Código

Merge pull request #935 from joanhey/non-stop

Disable fail-fast in GH actions
walkor hace 2 años
padre
commit
491fae5ab6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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]