Skip to content

Commit

Permalink
restrict version in downgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
pogudingleb authored May 9, 2024
1 parent 5047f97 commit 9df7d38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Downgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
version: ['1']
version: ['<1.10.3']
steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v2
Expand Down

0 comments on commit 9df7d38

Please sign in to comment.