Skip to content

Commit dbcd26d

Browse files
authored
CI: Run CI on more Julia versions
1 parent 3b7a57f commit dbcd26d

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,11 @@ jobs:
2323
fail-fast: false
2424
matrix:
2525
version:
26-
- 'nightly'
27-
- '1'
2826
- '1.9'
27+
- '1.10'
28+
- '1.11'
29+
- '1.12'
30+
- 'nightly'
2931
os:
3032
- ubuntu-latest
3133
- macOS-latest

0 commit comments

Comments
 (0)