Disable fail fast.

This commit is contained in:
soup-bowl
2025-08-20 17:31:16 +01:00
parent b7c2e48ea5
commit b4bce52a79
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -15,6 +15,7 @@ jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
include:
- version: "0.9.3.0"
+1
View File
@@ -12,6 +12,7 @@ jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
include:
- version: "0.9.2.0"