Skip to content

Commit

Permalink
update downgrade CI
Browse files Browse the repository at this point in the history
  • Loading branch information
lmiq committed Dec 11, 2024
1 parent d8f0e5a commit 3a98064
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Downgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
strategy:
matrix:
version:
- '1.9.0'
- '1.10.0'
steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v1
- uses: julia-actions/setup-julia@v2
with:
version: ${{ matrix.version }}
- uses: cjdoris/julia-downgrade-compat-action@v1
Expand Down

0 comments on commit 3a98064

Please sign in to comment.