We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34a1a02 commit dc6e5e5Copy full SHA for dc6e5e5
1 file changed
.github/workflows/test.yml
@@ -23,7 +23,8 @@ jobs:
23
matrix:
24
os: ["ubuntu-latest"]
25
julia-version:
26
- - '~1.10.0-0'
+ - '1.11-nightly'
27
+ - '1.10'
28
- '1.9'
29
- '1.8'
30
- '1.7'
0 commit comments