Skip to content

Commit 78cde0e

Browse files
committed
tweak ci
1 parent bce3d25 commit 78cde0e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,14 @@ jobs:
1010
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }}
1111
runs-on: ${{ matrix.os }}
1212
strategy:
13-
fail-fast: true
13+
fail-fast: false
1414
matrix:
1515
version:
1616
- '1.0'
1717
- '1.3'
1818
- '1.5'
19+
- '1.6'
20+
- '1'
1921
- 'nightly'
2022
os:
2123
- ubuntu-latest

0 commit comments

Comments
 (0)