We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d4b35d commit c653069Copy full SHA for c653069
.github/workflows/Downgrade.yml
@@ -47,7 +47,7 @@ jobs:
47
version: ${{ matrix.version }}
48
- run: julia -e 'using InteractiveUtils; versioninfo(verbose=true)'
49
- uses: julia-actions/cache@v2
50
- - uses: julia-actions/julia-downgrade-compat@v1
+ - uses: julia-actions/julia-downgrade-compat@v2
51
with:
52
skip: LinearAlgebra,Printf,SparseArrays,Test
53
projects: ., test
0 commit comments