Add fail-fast: false to prevent job cancellation

This commit is contained in:
Tobi Lutke
2026-01-01 22:30:14 -05:00
parent 50e1789537
commit 0058e4322b
+1
View File
@@ -9,6 +9,7 @@ jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
entry:
- { ruby: 3.3, allowed-failure: false } # minimum supported