Skip to content
This repository was archived by the owner on Feb 3, 2026. It is now read-only.

Commit 831a2d8

Browse files
committed
Require Julia 1.10
1 parent 49068fc commit 831a2d8

File tree

2 files changed

+1
-13
lines changed

2 files changed

+1
-13
lines changed

.github/workflows/CI.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -28,18 +28,6 @@ jobs:
2828
- arch: "x64"
2929
os: "ubuntu-24.04"
3030
version: "1.10"
31-
- arch: "x64"
32-
os: "ubuntu-24.04"
33-
version: "1.9"
34-
- arch: "x64"
35-
os: "ubuntu-24.04"
36-
version: "1.8"
37-
- arch: "x64"
38-
os: "ubuntu-24.04"
39-
version: "1.7"
40-
- arch: "x64"
41-
os: "ubuntu-24.04"
42-
version: "1.6"
4331
steps:
4432
- uses: actions/checkout@v4
4533
- uses: julia-actions/setup-julia@v2

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ CodecXz = "0.7.4"
2626
MD5 = "0.2.1"
2727
StridedViews = "0.2.1, 0.3, 0.4"
2828
YAML = "0.4.9"
29-
julia = "1.6"
29+
julia = "1.10"

0 commit comments

Comments
 (0)