Skip to content

Commit

Permalink
ci: add 1.1.1, disable fail-fast
Browse files Browse the repository at this point in the history
  • Loading branch information
caspiano committed Aug 21, 2021
1 parent 3c7fc2d commit 365a07b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,20 @@ jobs:
name: "Test - crystal: ${{ matrix.crystal }}, MT: ${{ matrix.MT }}, stable: ${{ matrix.stable }}"
continue-on-error: ${{ !matrix.stable }}
strategy:
fail-fast: false
matrix:
crystal:
- 1.0.0
- 1.1.1
stable: [true]
MT: [false]
include:
- crystal: 1.0.0
MT: true
stable: false
- crystal: 1.1.1
MT: true
stable: false
- crystal: nightly
MT: true
stable: false
Expand Down

0 comments on commit 365a07b

Please sign in to comment.