Skip to content

Commit

Permalink
Run Downgrade on 1.10, 1 and pre
Browse files Browse the repository at this point in the history
  • Loading branch information
fhagemann committed Nov 16, 2024
1 parent b0df279 commit 1a39a3a
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 @@ -15,10 +15,10 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
version: ['1']
version: ['1.10', '1', 'pre']
steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v1
- uses: julia-actions/setup-julia@v2
with:
version: ${{ matrix.version }}
- uses: julia-actions/julia-downgrade-compat@v1
Expand Down

0 comments on commit 1a39a3a

Please sign in to comment.