Skip to content

Commit e7c8c76

Browse files
claudeChrisRackauckas
authored andcommitted
Update CI to test on Julia 1, lts, and pre versions
Replace specific version '1.10' with standard 'lts' 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 36e4186 commit e7c8c76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI_NonlinearSolve.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ jobs:
3737
- wrappers
3838
- misc
3939
version:
40-
- "1.10"
4140
- "1"
41+
- "lts"
4242
- "pre"
4343
os:
4444
- ubuntu-latest

0 commit comments

Comments
 (0)