Skip to content

Commit c445ad8

Browse files
committed
fix: set lowest supported julia to 1.10
1 parent 5b1c940 commit c445ad8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/CI.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
matrix:
2525
version:
2626
- '1.11'
27-
- '1.6'
27+
- '1.10'
2828
- 'pre'
2929
os:
3030
- ubuntu-latest

Project.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ authors = ["Jan Wagner <[email protected]> and contributors"]
44
version = "1.0.0-DEV"
55

66
[compat]
7-
julia = "1.6.7"
7+
julia = "1.10"
88

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

0 commit comments

Comments
 (0)