Skip to content

Commit 68c3a7c

Browse files
committed
Update CI to test on Julia 1, lts, and pre versions
Add 'lts' and '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 <[email protected]>
1 parent 3a0df02 commit 68c3a7c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ jobs:
4141
- OptimizationNLPModels
4242
version:
4343
- '1'
44+
- 'lts'
45+
- 'pre'
4446
steps:
4547
- uses: actions/checkout@v4
4648
- uses: julia-actions/setup-julia@v2

0 commit comments

Comments
 (0)