Skip to content

Commit 5ae7dbd

Browse files
CompatHelper: bump compat for "ApproxFun" to "0.12" (#138)
* CompatHelper: bump compat for "ApproxFun" to "0.12" * Test on 1.5 * v0.6.5 Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Sheehan Olver <solver@mac.com>
1 parent db36524 commit 5ae7dbd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ os:
55
- osx
66
julia:
77
- 1.3
8-
- 1.4
8+
- 1.5
99
- nightly
1010
matrix:
1111
allow_failures:

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "SingularIntegralEquations"
22
uuid = "e094c991-5a90-5477-8896-c1e4c9552a1a"
3-
version = "0.6.4"
3+
version = "0.6.5"
44

55
[deps]
66
ApproxFun = "28f2ccd6-bb30-5033-b560-165f7b14dc2f"
@@ -18,7 +18,7 @@ SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
1818
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
1919

2020
[compat]
21-
ApproxFun = "0.11.8"
21+
ApproxFun = "0.11.8, 0.12"
2222
ApproxFunBase = "0.2.3, 0.3"
2323
ApproxFunFourier = "0.2"
2424
ApproxFunOrthogonalPolynomials = "0.3"

0 commit comments

Comments
 (0)