Skip to content

Commit 547bf79

Browse files
committed
Require Julia v1.6
1 parent 8ceef93 commit 547bf79

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
@@ -18,7 +18,7 @@ jobs:
1818
fail-fast: false
1919
matrix:
2020
version:
21-
- '1.0'
21+
- '1.6'
2222
- '1.8'
2323
- 'nightly'
2424
os:

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
88
MeasureBase = "fa1605e6-acd5-459c-a1e6-7e635759db14"
99

1010
[compat]
11-
julia = "1"
11+
julia = "1.6"
1212

1313
[extras]
1414
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

0 commit comments

Comments
 (0)