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 f2a5ae4 commit 74c9df5Copy full SHA for 74c9df5
.github/workflows/CI.yml
@@ -10,7 +10,7 @@ jobs:
10
fail-fast: false
11
matrix:
12
version:
13
- - '1.0'
+ - '1.3'
14
- '1.6'
15
- 'nightly'
16
os:
Project.toml
@@ -4,7 +4,7 @@ authors = ["Tim Holy <[email protected]> and contributors"]
4
version = "0.1.0"
5
6
[compat]
7
-julia = "1"
+julia = "1.3"
8
9
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
0 commit comments