Skip to content

Commit c8bc167

Browse files
authored
Merge pull request #2 from JuliaStrings/stevengj-patch-1
requires Julia 1.3
2 parents 026a926 + 75d3407 commit c8bc167

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
version:
17-
- "1.0"
17+
- "1.3"
1818
- "1"
1919
- "nightly"
2020
os:
@@ -46,4 +46,4 @@ jobs:
4646
- uses: codecov/codecov-action@v1
4747
with:
4848
file: ./lcov.info
49-
flags: unittests
49+
flags: unittests

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ authors = ["Steven G. Johnson <stevenj@alum.mit.edu>"]
44
version = "0.1.0"
55

66
[compat]
7-
julia = "1"
7+
julia = "1.3"
88

99
[extras]
1010
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

0 commit comments

Comments
 (0)