We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c57abd commit af3d542Copy full SHA for af3d542
1 file changed
.github/workflows/ci.yml
@@ -11,7 +11,8 @@ jobs:
11
matrix:
12
version:
13
- '1.4'
14
- - '1' # automatically expands to the latest stable 1.x release of Julia
+ - '1.5'
15
+ - '1.6-nightly'
16
os:
17
- ubuntu-latest
18
- macOS-latest
0 commit comments