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 f1e49e7 commit 7745fd8Copy full SHA for 7745fd8
.github/workflows/CI.yml
@@ -18,7 +18,7 @@ jobs:
18
fail-fast: false
19
matrix:
20
version:
21
- - 'latest'
+ - '1' # Leave this line unchanged. '1' will automatically expand to the latest stable 1.x release of Julia.
22
- 'nightly'
23
os:
24
- ubuntu-latest
0 commit comments