Skip to content

Commit f674520

Browse files
CompatHelper: bump compat for "ArrayLayouts" to "0.8" (#127)
* CompatHelper: bump compat for "ArrayLayouts" to "0.8" * v0.10.1 * Update ci.yml * Update Project.toml Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Sheehan Olver <[email protected]>
1 parent 6173504 commit f674520

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ jobs:
1111
matrix:
1212
version:
1313
- '1.6'
14-
- '^1.7.0-0'
14+
- '1'
15+
- '^1.8.0-0'
1516
os:
1617
- ubuntu-latest
1718
- macOS-latest

Project.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "ContinuumArrays"
22
uuid = "7ae1f121-cc2c-504b-ac30-9b923412ae5c"
3-
version = "0.10.0"
3+
version = "0.10.1"
44

55
[deps]
66
ArrayLayouts = "4c555306-a7a7-4459-81d9-ec55ddd5c99a"
@@ -17,11 +17,11 @@ RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
1717
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
1818

1919
[compat]
20-
ArrayLayouts = "0.7.7"
21-
BandedMatrices = "0.16"
20+
ArrayLayouts = "0.7.7, 0.8"
21+
BandedMatrices = "0.16, 0.17"
2222
BlockArrays = "0.16"
2323
FastTransforms = "0.13"
24-
FillArrays = "0.12"
24+
FillArrays = "0.12, 0.13"
2525
InfiniteArrays = "0.12"
2626
Infinities = "0.1"
2727
IntervalSets = "0.5"

0 commit comments

Comments
 (0)