We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83cdb1b commit 2b1d435Copy full SHA for 2b1d435
.github/workflows/CI.yml
@@ -13,7 +13,7 @@ jobs:
13
fail-fast: false
14
matrix:
15
version:
16
- - '1.0'
+ - '1.6'
17
- '1'
18
# - 'nightly'
19
os:
Project.toml
@@ -8,9 +8,8 @@ InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
8
OrderedCollections = "bac558e1-5e72-5ebc-8fee-abe8a469f55d"
9
10
[compat]
11
-Compat = "3.0.0, 4"
12
OrderedCollections = "1.1.0"
-julia = "1"
+julia = "1.6"
[extras]
Primes = "27ebfcd6-29c5-5fa9-bf4b-fb8fc14df3ae"
0 commit comments