Skip to content

Commit a2c27d6

Browse files
SebastianM-Cclaude
andcommitted
fix stdlib issue in downgrade compat
Co-authored-by: Claude <[email protected]>
1 parent a49ee0a commit a2c27d6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/Downgrade.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
version: ${{ matrix.julia-version }}
2626
- uses: julia-actions/julia-downgrade-compat@v2
2727
with:
28-
skip: Pkg,TOML
28+
skip: Pkg,TOML,LinearAlgebra,Logging,Printf,Random,SparseArrays,Test
2929
- uses: julia-actions/julia-buildpkg@v1
3030
- uses: julia-actions/julia-runtest@v1
3131
with:

.github/workflows/DowngradeSublibraries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- uses: julia-actions/julia-downgrade-compat@v2
5050
with:
5151
project: ${{ matrix.project }}
52-
skip: Pkg,TOML
52+
skip: Pkg,TOML,LinearAlgebra,Logging,Printf,Random,SparseArrays,Test
5353
- uses: julia-actions/julia-buildpkg@v1
5454
with:
5555
project: ${{ matrix.project }}

0 commit comments

Comments
 (0)