Skip to content
This repository was archived by the owner on Mar 26, 2021. It is now read-only.

Commit 7b0999c

Browse files
authored
Update ci.yml (#50)
1 parent 043eb5e commit 7b0999c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
version:
18-
- '^1.6.0-0'
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
1921
- 'nightly'
2022
os:
2123
- ubuntu-latest

0 commit comments

Comments
 (0)