Skip to content

Commit 65f1bf3

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 1889752 commit 65f1bf3

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
@@ -11,6 +11,8 @@ jobs:
1111
matrix:
1212
version:
1313
- '1'
14+
- 'lts'
15+
- 'pre'
1416
os:
1517
- ubuntu-latest
1618
- macOS-latest

0 commit comments

Comments
 (0)