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 b4508ca commit 8b94234Copy full SHA for 8b94234
.github/workflows/ci.yml
@@ -17,7 +17,7 @@ jobs:
17
fail-fast: false
18
matrix:
19
version:
20
- - '1.0'
+ - '1.6'
21
- '1'
22
os:
23
- ubuntu-latest
Project.toml
@@ -9,7 +9,7 @@ ScientificTypesBase = "30f210dd-8aff-4c5f-94ba-8e64358c1161"
9
[compat]
10
REPL = "1.11.0"
11
ScientificTypesBase = "1, 2, 3"
12
-julia = "^1"
+julia = "1.6"
13
14
[extras]
15
REPL = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb"
0 commit comments