Skip to content

Commit dc6e5e5

Browse files
authored
Add CI on julia 1.11-nightly (#267)
1 parent 34a1a02 commit dc6e5e5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ jobs:
2323
matrix:
2424
os: ["ubuntu-latest"]
2525
julia-version:
26-
- '~1.10.0-0'
26+
- '1.11-nightly'
27+
- '1.10'
2728
- '1.9'
2829
- '1.8'
2930
- '1.7'

0 commit comments

Comments
 (0)