Skip to content

Commit fcb6a6b

Browse files
github-actions[bot]CompatHelper Juliajagot
authored
CompatHelper: bump compat for LazyArrays to 0.22, (keep existing compat) (#51)
* CompatHelper: bump compat for LazyArrays to 0.22, (keep existing compat) * Test on 1.7 as well * Updated Project.toml Co-authored-by: CompatHelper Julia <[email protected]> Co-authored-by: Stefanos Carlström <[email protected]>
1 parent d9bb35b commit fcb6a6b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
version:
1313
- '1.5'
1414
- '1.6'
15+
- '~1.7.0-0'
1516
- 'nightly'
1617
os:
1718
- ubuntu-latest

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "CompactBases"
22
uuid = "2c0377a8-7469-4ebd-be0f-82e501f20078"
33
authors = ["Stefanos Carlström <[email protected]>"]
4-
version = "0.3.4"
4+
version = "0.3.5"
55

66
[deps]
77
BandedMatrices = "aae01518-5342-5314-be14-df237901396f"
@@ -26,7 +26,7 @@ FastGaussQuadrature = "0.4"
2626
FillArrays = "0.11,0.12"
2727
Formatting = "0.4"
2828
IntervalSets = "0.5.1"
29-
LazyArrays = "0.20,0.21"
29+
LazyArrays = "0.20,0.21, 0.22"
3030
OffsetArrays = "1.1"
3131
QuasiArrays = "0.4.9,0.5,0.6,0.7, 0.8"
3232
RecipesBase = "1.0"

0 commit comments

Comments
 (0)