Skip to content

Commit d14b0a3

Browse files
authored
Replace julia 1.6 with 'min' in Test.yml (#25)
1 parent 966e741 commit d14b0a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
fail-fast: false
2424
matrix:
2525
# We test quite a lot of versions because we do some OS and version specific things unfortunately
26-
julia-version: ['1.6', '1'] # "~1.11.0-0",
26+
julia-version: ['min', '1'] # "~1.11.0-0",
2727
os: [ubuntu-latest, windows-latest]
2828

2929
steps:

0 commit comments

Comments
 (0)