We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 966e741 commit d14b0a3Copy full SHA for d14b0a3
.github/workflows/Test.yml
@@ -23,7 +23,7 @@ jobs:
23
fail-fast: false
24
matrix:
25
# 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",
+ julia-version: ['min', '1'] # "~1.11.0-0",
27
os: [ubuntu-latest, windows-latest]
28
29
steps:
0 commit comments