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 259e7e2 commit 2173c61Copy full SHA for 2173c61
.github/workflows/ci.yml
@@ -13,8 +13,9 @@ jobs:
13
fail-fast: false # don't stop CI even when one of them fails
14
matrix:
15
version:
16
- - '1.5' # current stable
17
- - '1.0' # lts
+ - '1' # current stable
+ - '1.6' # lts
18
+ - 'nightly'
19
os:
20
- ubuntu-latest
21
- macOS-latest
Project.toml
@@ -7,7 +7,7 @@ version = "0.4.1"
7
REPL = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb"
8
9
[compat]
10
-julia = "1"
+julia = "1.6"
11
12
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
0 commit comments