Skip to content

Commit 447375c

Browse files
committed
ci: test downgrade CI for both v1 and LTS
1 parent da27a0f commit 447375c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/Downgrade.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,13 @@ jobs:
1515
runs-on: ubuntu-latest
1616
strategy:
1717
matrix:
18-
version: ['1']
18+
version: ['1', 'lts']
1919
steps:
2020
- uses: actions/checkout@v4
2121
- uses: julia-actions/setup-julia@v2
2222
with:
2323
version: ${{ matrix.version }}
2424
- uses: julia-actions/julia-downgrade-compat@v1
25-
# if: ${{ matrix.version == '1.6' }}
2625
with:
2726
skip: Pkg,TOML
2827
- uses: julia-actions/julia-buildpkg@v1

0 commit comments

Comments
 (0)