Skip to content

Commit c931e31

Browse files
committed
fix
1 parent f5a5b5f commit c931e31

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
fail-fast: false
1111
matrix:
1212
version:
13-
- '1.0'
13+
- '1.3'
1414
- '1.6'
1515
- 'nightly'
1616
os:

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ version = "0.1.2"
77
ConstructionBase = "187b0558-2788-49d3-abe0-74a17ed4e7c9"
88

99
[compat]
10-
julia = "1"
10+
julia = "1.3"
1111
ConstructionBase = "1.3"
1212

1313
[extras]

0 commit comments

Comments
 (0)