Skip to content

Commit

Permalink
Don't test 5.12 on macOS in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
oalders committed Jan 30, 2024
1 parent a2dbffa commit c7e6481
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,10 +105,9 @@ jobs:
needs: test-linux
runs-on: macos-latest
strategy:
fail-fast: false
fail-fast: true
matrix:
perl-version:
- "5.12"
- "5.14"
- "5.16"
- "5.18"
Expand Down

0 comments on commit c7e6481

Please sign in to comment.