Skip to content

Commit 29ad958

Browse files
committed
Updated compats
1 parent 9692b46 commit 29ad958

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
matrix:
1414
version:
1515
- '1.10'
16+
- '1'
1617
os:
1718
- ubuntu-latest
1819
arch:

Project.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
3636
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
3737

3838
[compat]
39-
BlockArrays = "1.6.3"
40-
DataStructures = "0.18.22"
39+
BlockArrays = "1"
40+
DataStructures = "0.19"
4141
Gridap = "0.20"
4242
GridapDistributed = "0.4"
4343
GridapEmbedded = "0.9.9"
@@ -47,7 +47,7 @@ GridapPETSc = "0.5"
4747
GridapSolvers = "0.6"
4848
MPI = "0.20"
4949
SpecialFunctions = "1"
50-
julia = "1.6"
50+
julia = "1.10"
5151

5252
[extras]
5353
MPIPreferences = "3da0fdf6-3ccc-4f1b-acd9-58baa6c99267"

0 commit comments

Comments
 (0)