Skip to content

Commit a835916

Browse files
CI: pin downgrade runtest resolution settings (#175)
Co-authored-by: Stefan Krastanov <stefan@krastanov.org>
1 parent ab8fc86 commit a835916

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/downgrade.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,7 @@ jobs:
3535
julia_version: ${{ matrix.version }}
3636
- uses: julia-actions/cache@v2
3737
- uses: julia-actions/julia-buildpkg@v1
38-
- uses: julia-actions/julia-runtest@v1
38+
- uses: julia-actions/julia-runtest@v1
39+
with:
40+
allow_reresolve: false
41+
force_latest_compatible_version: false

0 commit comments

Comments
 (0)