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 68bce3f commit 9e1bf37Copy full SHA for 9e1bf37
.github/workflows/ci.yml
@@ -15,9 +15,8 @@ jobs:
15
fail-fast: false
16
matrix:
17
version:
18
- - '^1.6.0-0' # delete this line once Julia 1.6 is released
19
- # - '1.6' # uncomment this line once Julia 1.6 is released
20
- # - '1' # uncomment this line once Julia 1.6 is released
+ - '1.6'
+ - '1'
21
- 'nightly'
22
os:
23
- ubuntu-latest
@@ -59,8 +58,7 @@ jobs:
59
58
- uses: actions/checkout@v2
60
- uses: julia-actions/setup-julia@v1
61
with:
62
- version: '^1.6.0-0' # delete this line once Julia 1.6 is released
63
- # version: '1' # uncomment this line once Julia 1.6 is released
+ version: '1'
64
- run: |
65
julia --project=docs -e '
66
using Pkg
0 commit comments