Skip to content

Commit 8d3832b

Browse files
committed
Drop Julia v1.5
1 parent 7994e08 commit 8d3832b

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ jobs:
1010
fail-fast: false
1111
matrix:
1212
version:
13-
- '1.5'
14-
- '1'
13+
- '1.6'
1514
- '^1.7.0-0'
1615
os:
1716
- ubuntu-latest

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "BlockBandedMatrices"
22
uuid = "ffab5731-97b5-5995-9138-79e8c1846df0"
3-
version = "0.10.9"
3+
version = "0.11"
44

55
[deps]
66
ArrayLayouts = "4c555306-a7a7-4459-81d9-ec55ddd5c99a"
@@ -18,7 +18,7 @@ BandedMatrices = "0.16.8"
1818
BlockArrays = "0.16.6"
1919
FillArrays = "0.11, 0.12"
2020
MatrixFactorizations = "0.7.1, 0.8"
21-
julia = "1.5"
21+
julia = "1.6"
2222

2323
[extras]
2424
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"

0 commit comments

Comments
 (0)