Skip to content

Commit 8b94234

Browse files
committed
bump julia support to 1.6
1 parent b4508ca commit 8b94234

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
@@ -17,7 +17,7 @@ jobs:
1717
fail-fast: false
1818
matrix:
1919
version:
20-
- '1.0'
20+
- '1.6'
2121
- '1'
2222
os:
2323
- ubuntu-latest

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ScientificTypesBase = "30f210dd-8aff-4c5f-94ba-8e64358c1161"
99
[compat]
1010
REPL = "1.11.0"
1111
ScientificTypesBase = "1, 2, 3"
12-
julia = "^1"
12+
julia = "1.6"
1313

1414
[extras]
1515
REPL = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb"

0 commit comments

Comments
 (0)