Skip to content

Commit

Permalink
no fail-fast so can see all failures, test 5.40, and 5.24 only once
Browse files Browse the repository at this point in the history
  • Loading branch information
mohawk2 committed Nov 19, 2024
1 parent f863e8d commit 7c08e4f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ macos-latest, windows-latest ]
perl: [ "5" ]
Expand All @@ -24,14 +25,14 @@ jobs:
- { os: "ubuntu-latest", perl: "5.20" }
- { os: "ubuntu-latest", perl: "5.22" }
- { os: "ubuntu-latest", perl: "5.24" }
- { os: "ubuntu-latest", perl: "5.24" }
- { os: "ubuntu-latest", perl: "5.26" }
- { os: "ubuntu-latest", perl: "5.28" }
- { os: "ubuntu-latest", perl: "5.30" }
- { os: "ubuntu-latest", perl: "5.32" }
- { os: "ubuntu-latest", perl: "5.34" }
- { os: "ubuntu-latest", perl: "5.36" }
- { os: "ubuntu-latest", perl: "5.38" }
- { os: "ubuntu-latest", perl: "5.40" }
- { os: "ubuntu-latest", perl: "5.38", perl-threaded: true }

steps:
Expand Down

0 comments on commit 7c08e4f

Please sign in to comment.