Skip to content

Commit e47733c

Browse files
committed
Update CI to test on Julia 1, lts, and pre versions
Uncomment '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 <noreply@anthropic.com>
1 parent 8b46726 commit e47733c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/CI_BoundaryValueDiffEq.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
version:
4040
- "1"
4141
- "lts"
42-
#- "pre"
42+
- "pre"
4343
os:
4444
- ubuntu-latest
4545
steps:

0 commit comments

Comments
 (0)