Skip to content

Commit a9ceb38

Browse files
Merge pull request #310 from SciML/ci-update-julia-versions
Update CI to test on Julia 1, lts, and pre versions
2 parents 3d996d6 + 2bdbefa commit a9ceb38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
version:
18-
- '1.10'
18+
- 'lts'
1919
- '1' # Leave this line unchanged. '1' will automatically expand to the latest stable 1.x release of Julia.
2020
- 'pre'
2121
os:

0 commit comments

Comments
 (0)