Skip to content

Commit ef44375

Browse files
committed
Test on Julia v1.7
1 parent ca34659 commit ef44375

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'
15+
- '^1.7.0-0'
1516
os:
1617
- ubuntu-latest
1718
- macOS-latest

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "InfiniteLinearAlgebra"
22
uuid = "cde9dba0-b1de-11e9-2c62-0bab9446c55c"
3-
version = "0.5.13"
3+
version = "0.5.14"
44

55
[deps]
66
ArrayLayouts = "4c555306-a7a7-4459-81d9-ec55ddd5c99a"
@@ -23,7 +23,7 @@ BlockArrays = "0.15, 0.16"
2323
BlockBandedMatrices = "0.10"
2424
DSP = "0.6, 0.7"
2525
FillArrays = "0.11, 0.12"
26-
InfiniteArrays = "0.11"
26+
InfiniteArrays = "0.11, 0.12"
2727
LazyArrays = "0.21.8"
2828
LazyBandedMatrices = "0.6"
2929
MatrixFactorizations = "0.8"

0 commit comments

Comments
 (0)