Skip to content

Commit 563f833

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 1eb8b40 commit 563f833

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
@@ -24,6 +24,8 @@ jobs:
2424
- DataDrivenLux
2525
version:
2626
- '1'
27+
- 'lts'
28+
- 'pre'
2729
steps:
2830
- uses: actions/checkout@v4
2931
- uses: julia-actions/setup-julia@v2

0 commit comments

Comments
 (0)