Skip to content
This repository was archived by the owner on Aug 25, 2025. It is now read-only.

Commit 57a75ee

Browse files
Merge pull request #153 from SciML/ci-update-julia-versions
Update CI to test on Julia 1, lts, and pre versions
2 parents 99e673a + 1fd4070 commit 57a75ee

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,9 @@ jobs:
2323
fail-fast: false
2424
matrix:
2525
version:
26-
- '1.10'
2726
- '1'
27+
- 'lts'
28+
- 'pre'
2829
os:
2930
- ubuntu-latest
3031
arch:

0 commit comments

Comments
 (0)