Skip to content

Commit

Permalink
Remove test on 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
gdalle committed Jun 12, 2024
1 parent 8da76a6 commit ae5e1d6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/Test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
julia-version: ['1.6', '1']
julia-version:
# - '1.6'
- '1'

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit ae5e1d6

Please sign in to comment.