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 f5a5b5f commit c931e31Copy full SHA for c931e31
.github/workflows/CI.yml
@@ -10,7 +10,7 @@ jobs:
10
fail-fast: false
11
matrix:
12
version:
13
- - '1.0'
+ - '1.3'
14
- '1.6'
15
- 'nightly'
16
os:
Project.toml
@@ -7,7 +7,7 @@ version = "0.1.2"
7
ConstructionBase = "187b0558-2788-49d3-abe0-74a17ed4e7c9"
8
9
[compat]
-julia = "1"
+julia = "1.3"
ConstructionBase = "1.3"
[extras]
0 commit comments