Skip to content

Commit 17315b9

Browse files
authored
ci: update Julia versions in matrix (#90)
1 parent 8283567 commit 17315b9

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/CI.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,13 @@ jobs:
2222
strategy:
2323
fail-fast: false
2424
matrix:
25+
# Run the CI on: lowest supported, LTS, latest, and nightly.
26+
# Note that we can't run too many parallel CI jobs, since the live
27+
# tests will run into the platform job limit.
2528
version:
2629
- "1.6"
27-
- "1.8"
28-
- "1.9"
30+
- "1.10"
31+
- "1"
2932
- "nightly"
3033
os:
3134
- ubuntu-latest

0 commit comments

Comments
 (0)