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.
2 parents 026a926 + 75d3407 commit c8bc167Copy full SHA for c8bc167
.github/workflows/ci.yml
@@ -14,7 +14,7 @@ jobs:
14
fail-fast: false
15
matrix:
16
version:
17
- - "1.0"
+ - "1.3"
18
- "1"
19
- "nightly"
20
os:
@@ -46,4 +46,4 @@ jobs:
46
- uses: codecov/codecov-action@v1
47
with:
48
file: ./lcov.info
49
- flags: unittests
+ flags: unittests
Project.toml
@@ -4,7 +4,7 @@ authors = ["Steven G. Johnson <stevenj@alum.mit.edu>"]
4
version = "0.1.0"
5
6
[compat]
7
-julia = "1"
+julia = "1.3"
8
9
[extras]
10
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
0 commit comments