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 8382c63 commit 7fd6a25Copy full SHA for 7fd6a25
.github/workflows/test.yml
@@ -24,7 +24,7 @@ jobs:
24
fail-fast: false
25
matrix:
26
# We test quite a lot of versions because we do some OS and version specific things unfortunately
27
- julia-version: ['1.6', '1.7', '1.8', '1.9', "~1.10.0-0", 'nightly']
+ julia-version: ['1.6', '1.7', '1.8', '1.9', '1.10', 'nightly'] # "~1.11.0-0",
28
os: [ubuntu-latest, macOS-latest, windows-latest]
29
30
steps:
0 commit comments