ci: align Julia setup and cache action pins - #32
Conversation
|
Note Automatic reviews are paused because your trial's included automatic processing has been used for this period. Upgrade now, or comment "Gitar review" to run a review anytime. Code Review ✅ ApprovedAligns the Julia setup and cache action pins to newer versions in the CI workflow. No issues found.
OptionsDisplay: compact → Showing less information. Comment with these commands to change the behavior for this request:
Important Your trial ends in 1 day — upgrade now to keep code review, CI analysis, auto-apply, custom automations, and more. Was this helpful? React with 👍 / 👎 | Gitar |
|
|
|
CI diagnosis: AcceleratorGate is an intentional direct dependency but is not registered. This follow-up adds Pkg.develop(url="https://github.com/hyperpolymath/AcceleratorGate.jl.git") before instantiate so the dependency resolves without removing tests. |
Remove obsolete Julia 1.9 testing and add Julia 1.11 to the supported matrix. Julia 1.10 and nightly remain.
Adds Pkg.develop(url="https://github.com/hyperpolymath/AcceleratorGate.jl.git") before instantiate. This follow-up repairs the existing maintenance PR without removing tests.
Updates julia-actions/setup-julia to v3.0.2 and julia-actions/cache to v3.1.0. Workflow-only maintenance; no runtime code changes.