Skip to content

Commit 110be4e

Browse files
CompatHelper: bump compat for "FillArrays" to "0.13" (#37)
* CompatHelper: bump compat for "FillArrays" to "0.13" * v0.5.2 * Test on v1.8 Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Sheehan Olver <[email protected]>
1 parent aa3445a commit 110be4e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
version:
1313
- '1.0'
1414
- '1'
15+
- '^1.8.0-0'
1516
os:
1617
- ubuntu-latest
1718
- macOS-latest

Project.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "LowRankApprox"
22
uuid = "898213cb-b102-5a47-900c-97e73b919f73"
3-
version = "0.5.1"
3+
version = "0.5.2"
44

55
[deps]
66
FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
@@ -13,6 +13,6 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
1313

1414
[compat]
1515
FFTW = "0.3, 1"
16-
FillArrays = "0.6, 0.7, 0.8, 0.9, 0.10, 0.11, 0.12"
16+
FillArrays = "0.6, 0.7, 0.8, 0.9, 0.10, 0.11, 0.12, 0.13"
1717
Nullables = "0.0.8, 1.0"
1818
julia = "1"

0 commit comments

Comments
 (0)