Skip to content

Commit 6f51f21

Browse files
committed
only support 1.10
1 parent 1cb7730 commit 6f51f21

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.github/workflows/ci.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,8 @@ jobs:
2222
fail-fast: false
2323
matrix:
2424
version:
25-
- '1.6'
26-
- '1.7'
27-
- '1.8'
28-
- '1.9'
2925
- '1.10'
30-
- '~1.11.0-0'
26+
- '1.11'
3127
os:
3228
- ubuntu-latest
3329
- macOS-latest

Project.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Requires = "1.3"
4444
SparseArrays = "<0.0.1, 1.6"
4545
StaticArrays = "0.12, 1.0"
4646
UUIDs = "<0.0.1, 1.6"
47-
julia = "1.6"
47+
julia = "1.10"
4848

4949
[extras]
5050
EnzymeCore = "f151be2c-9106-41f4-ab19-57ee4f262869"

0 commit comments

Comments
 (0)