Skip to content

Commit 29e6f50

Browse files
Merge pull request #979 from SciML/ci-update-julia-versions
Update CI to test on Julia 1, lts, and pre versions
2 parents 7f5e8ca + 2b284f5 commit 29e6f50

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
@@ -24,7 +24,8 @@ jobs:
2424
- QA
2525
version:
2626
- '1'
27-
- '1.10'
27+
- 'lts'
28+
- 'pre'
2829
steps:
2930
- uses: actions/checkout@v4
3031
- uses: julia-actions/setup-julia@v2

0 commit comments

Comments
 (0)