We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9692b46 commit 29ad958Copy full SHA for 29ad958
.github/workflows/ci.yml
@@ -13,6 +13,7 @@ jobs:
13
matrix:
14
version:
15
- '1.10'
16
+ - '1'
17
os:
18
- ubuntu-latest
19
arch:
Project.toml
@@ -36,8 +36,8 @@ SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
36
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
37
38
[compat]
39
-BlockArrays = "1.6.3"
40
-DataStructures = "0.18.22"
+BlockArrays = "1"
+DataStructures = "0.19"
41
Gridap = "0.20"
42
GridapDistributed = "0.4"
43
GridapEmbedded = "0.9.9"
@@ -47,7 +47,7 @@ GridapPETSc = "0.5"
47
GridapSolvers = "0.6"
48
MPI = "0.20"
49
SpecialFunctions = "1"
50
-julia = "1.6"
+julia = "1.10"
51
52
[extras]
53
MPIPreferences = "3da0fdf6-3ccc-4f1b-acd9-58baa6c99267"
0 commit comments