Skip to content

Commit

Permalink
Remove explicit test on v1.10
Browse files Browse the repository at this point in the history
This is redundant now as v1 points to v1.10
  • Loading branch information
jishnub authored Feb 8, 2024
1 parent ad6d1cf commit 13194f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/UnitTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
# https://github.com/actions/toolkit/issues/399
fail-fast: false
matrix:
julia-version: ['1.0', '1.6', '1', '~1.10.0-0', 'nightly']
julia-version: ['1.0', '1.6', '1', 'nightly']
os: [ubuntu-latest, windows-latest, macOS-latest]
julia-arch: [x64]
# only test one 32-bit job
Expand Down

0 comments on commit 13194f0

Please sign in to comment.