CI canonicalization: GitHub Actions, TagBot/CompatHelper/Dependabot, compat bounds, badges#39
Merged
ChrisRackauckas merged 5 commits intoJun 13, 2026
Conversation
Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com>
…Helper, Dependabot Tests/Downgrade/FormatCheck/SpellCheck reuse the public SciML/.github reusable workflows; TagBot and CompatHelper use the standard upstream templates so they work with the default GITHUB_TOKEN outside the SciML org. Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com>
ODEInterface_jll 0.0.2 (the version with the Julia 1.12 loading fix layout) itself requires Julia >= 1.10, so 1.10 LTS is the supported floor. Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com>
Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com>
This was referenced Jun 13, 2026
Collaborator
|
Merging the CI update so that CI runs again, and then rebasing the actual code changes one (formatting and typo fix) on top of it. |
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.
This is the split-out CI / infrastructure half of #37. It contains only CI and infrastructure changes — no source-code or text-content changes. The companion code PR (Runic formatting + typo fixes + the Julia-0.x syntax fix) is #38; this PR depends on #38.
What this PR contains
.github/workflows/):Tests.yml— runs the test suite across an OS × Julia-version matrix.Downgrade.yml— tests against the minimum compat-bound versions.FormatCheck.yml— Runic formatting check.SpellCheck.yml—typosspell check (reusesSciML/.githubreusable workflow cross-org).TagBot.ymlandCompatHelper.yml— inlined from the standard SciML/General templates..github/dependabot.yml— keeps GitHub Actions pinned/updated.Project.tomlcompat bounds for all dependencies, including stdlibs, with ajulia = "1.10"floor..travis.ymlandappveyor.ymldeleted.Important: expected red checks until #38 merges
The FormatCheck (Runic) and SpellCheck (typos) workflows added here will report RED on this PR until the companion code PR #38 is merged. That is expected and correct: those workflows enforce exactly the formatting/typo standards applied in #38, and this branch does not contain those code changes. Merge #38 first, then rebase this PR — FormatCheck and SpellCheck will pass. The other checks (Tests, Downgrade, etc.) are independent of #38 and should pass on their own.
Local test evidence
The
Project.tomlcompat-bound change still resolves and tests pass. Done locally via juliaup, freshManifest.toml,Pkg.instantiate()+Pkg.build("ODEInterface")+Pkg.test():Testing ODEInterface tests passed(exit 0)Testing ODEInterface tests passed(exit 0)Related
Depends on #38 (code cleanup). Split out from #37.
This PR should be ignored until reviewed by @ChrisRackauckas.
🤖 Generated with Claude Code