Skip to content

Commit 9e1bf37

Browse files
authored
Update CI now that 1.6 has been released (#18)
1 parent 68bce3f commit 9e1bf37

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,8 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
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
18+
- '1.6'
19+
- '1'
2120
- 'nightly'
2221
os:
2322
- ubuntu-latest
@@ -59,8 +58,7 @@ jobs:
5958
- uses: actions/checkout@v2
6059
- uses: julia-actions/setup-julia@v1
6160
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
61+
version: '1'
6462
- run: |
6563
julia --project=docs -e '
6664
using Pkg

0 commit comments

Comments
 (0)