We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f01691 commit c7dbf7bCopy full SHA for c7dbf7b
.github/workflows/CI.yml
@@ -14,7 +14,7 @@ jobs:
14
matrix:
15
version:
16
- '1'
17
- - '1.5'
+ - '1.6'
18
- 'nightly'
19
os:
20
- ubuntu-latest
Project.toml
@@ -11,7 +11,7 @@ Sockets = "6462fe0b-24de-5631-8697-dd941f90decc"
11
12
[compat]
13
MPI = "0.14, 0.15, 0.19"
-julia = "1"
+julia = "1.6"
[extras]
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
0 commit comments