Update CI to SciML standards, bump min Julia to v1.10 LTS#80
Merged
ChrisRackauckas merged 2 commits intoSciML:mainfrom Mar 30, 2026
Merged
Conversation
- CI: test matrix now covers lts, 1 (stable), and pre Julia versions - CI: pin action versions (setup-julia@v2, cache@v3, etc.), add concurrency groups, timeout, paths-ignore for docs, and CODECOV_TOKEN - Docs: add concurrency group, pin action versions, build on lts - Add Runic format check workflow (FormatCheck.yml) - Bump minimum Julia compat to 1.10 (LTS) - Simplify dependabot to only track GitHub Actions (remove Julia ecosystem tracking since there is no test/Project.toml) Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com> Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Keep Dependabot Julia ecosystem tracking for root Project.toml compat bounds. Only removed the /test directory entry since no test/Project.toml exists. Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com> Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
6638780 to
6fd5902
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
lts(1.10),1(stable), andpreJulia versions instead of just1. Added concurrency groups to cancel redundant builds,paths-ignorefor docs-only changes, 120-minute timeout, and pinned action versions (setup-julia@v2,cache@v3,julia-buildpkg@v1,julia-runtest@v1,julia-processcoverage@v1,codecov-action@v6withCODECOV_TOKEN).ltsJulia.FormatCheck.ymlusingfredrikekre/runic-action@v1for standard SciML Runic formatting enforcement.1.6to1.10(current LTS).test/Project.toml).Test plan
lts,1, andpreJulia versions🤖 Generated with Claude Code