Skip to content

Commit 1db05c6

Browse files
Krastanov-agentKrastanovclaude
authored
Fix downgrade.yml workflow: add missing version arguments (#47)
* Fix downgrade.yml workflow: add missing version arguments The downgrade workflow requires: - `version` argument in setup-julia step - `julia_version` argument in julia-downgrade-compat action Without these, the workflow may fail or use incorrect Julia versions. This PR ensures both arguments are properly specified to match the matrix version. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com> * fixup --------- Co-authored-by: Stefan Krastanov <stefan@krastanov.org> Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com> Co-authored-by: Stefan Krastanov <github.acc@krastanov.org>
1 parent bfb3185 commit 1db05c6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/downgrade.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
- uses: julia-actions/julia-downgrade-compat@v2
2525
with:
2626
skip: Pkg,TOML,InteractiveUtils,Random,LinearAlgebra,Dates
27+
julia_version: ${{ matrix.version }}
2728
- uses: julia-actions/cache@v2
2829
- uses: julia-actions/julia-buildpkg@v1
2930
- uses: julia-actions/julia-runtest@v1

0 commit comments

Comments
 (0)