Skip to content

Commit 2b1d435

Browse files
committed
set minimum julia version to 1.6
1 parent 83cdb1b commit 2b1d435

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/CI.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
version:
16-
- '1.0'
16+
- '1.6'
1717
- '1'
1818
# - 'nightly'
1919
os:

Project.toml

+1-2
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,8 @@ InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
88
OrderedCollections = "bac558e1-5e72-5ebc-8fee-abe8a469f55d"
99

1010
[compat]
11-
Compat = "3.0.0, 4"
1211
OrderedCollections = "1.1.0"
13-
julia = "1"
12+
julia = "1.6"
1413

1514
[extras]
1615
Primes = "27ebfcd6-29c5-5fa9-bf4b-fb8fc14df3ae"

0 commit comments

Comments
 (0)