Skip to content

Commit 5aad9b3

Browse files
committed
bump julia compat
1 parent 56d1c7c commit 5aad9b3

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ jobs:
1010
fail-fast: false
1111
matrix:
1212
version:
13-
- '1.0'
14-
- '1.1'
13+
- '1.10' # lts
1514
- '1'
1615
- 'nightly'
1716
os:

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ license = "MIT"
44
version = "2.4.1"
55

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

99
[extras]
1010
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"

0 commit comments

Comments
 (0)