Skip to content

Commit 2b284f5

Browse files
committed
Update CI to test on Julia 1, lts, and pre versions
Replace specific version '1.10' with 'lts' and add 'pre' version testing to align with SciML ecosystem standards and ensure compatibility across all supported Julia versions. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 7f5e8ca commit 2b284f5

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)