Skip to content
This repository was archived by the owner on Aug 25, 2025. It is now read-only.

Commit 1fd4070

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 <[email protected]>
1 parent 99e673a commit 1fd4070

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
@@ -23,8 +23,9 @@ jobs:
2323
fail-fast: false
2424
matrix:
2525
version:
26-
- '1.10'
2726
- '1'
27+
- 'lts'
28+
- 'pre'
2829
os:
2930
- ubuntu-latest
3031
arch:

0 commit comments

Comments
 (0)