Skip to content

Commit 0418307

Browse files
committed
Require Julia v1.10
1 parent ae7d854 commit 0418307

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
@@ -25,7 +25,7 @@ jobs:
2525
fail-fast: false
2626
matrix:
2727
version:
28-
- '1.6'
28+
- '1.10'
2929
- '1'
3030
- 'pre'
3131
os:

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@ Static = "0.8, 1"
5454
Statistics = "1"
5555
Test = "1"
5656
Tricks = "0.1"
57-
julia = "1.6"
57+
julia = "1.10"

0 commit comments

Comments
 (0)