Skip to content

Commit 38c4a9b

Browse files
committed
Drop Julia 1.8 support
1 parent 2cfaf70 commit 38c4a9b

File tree

2 files changed

+9
-19
lines changed

2 files changed

+9
-19
lines changed

Diff for: .buildkite/pipeline.yml

+8-18
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,6 @@
1515
arch: x86_64
1616
num_cpus: 16
1717
steps:
18-
- label: Julia 1.8
19-
timeout_in_minutes: 90
20-
<<: *test
21-
plugins:
22-
- JuliaCI/julia#v1:
23-
version: "1.8"
24-
- JuliaCI/julia-test#v1:
25-
julia_args: "--threads=1"
26-
- JuliaCI/julia-coverage#v1:
27-
codecov: true
2818
- label: Julia 1.9
2919
timeout_in_minutes: 90
3020
<<: *test
@@ -55,7 +45,7 @@ steps:
5545
julia_args: "--threads=1"
5646
- JuliaCI/julia-coverage#v1:
5747
codecov: true
58-
- label: Julia 1.8 (macOS)
48+
- label: Julia 1.9 (macOS)
5949
timeout_in_minutes: 90
6050
<<: *test
6151
agents:
@@ -64,26 +54,26 @@ steps:
6454
arch: x86_64
6555
plugins:
6656
- JuliaCI/julia#v1:
67-
version: "1.8"
57+
version: "1.9"
6858
- JuliaCI/julia-test#v1:
6959
julia_args: "--threads=1"
7060
- JuliaCI/julia-coverage#v1:
7161
codecov: true
72-
- label: Julia 1.8 - TimespanLogging
62+
- label: Julia 1.9 - TimespanLogging
7363
timeout_in_minutes: 20
7464
<<: *test
7565
plugins:
7666
- JuliaCI/julia#v1:
77-
version: "1.8"
67+
version: "1.9"
7868
- JuliaCI/julia-coverage#v1:
7969
codecov: true
8070
command: "julia --project -e 'using Pkg; Pkg.instantiate(); Pkg.develop(;path=\"lib/TimespanLogging\"); Pkg.test(\"TimespanLogging\")'"
81-
- label: Julia 1.8 - DaggerWebDash
71+
- label: Julia 1.9 - DaggerWebDash
8272
timeout_in_minutes: 20
8373
<<: *test
8474
plugins:
8575
- JuliaCI/julia#v1:
86-
version: "1.8"
76+
version: "1.9"
8777
- JuliaCI/julia-coverage#v1:
8878
codecov: true
8979
command: "julia -e 'using Pkg; Pkg.develop(;path=pwd()); Pkg.develop(;path=\"lib/TimespanLogging\"); Pkg.develop(;path=\"lib/DaggerWebDash\"); include(\"lib/DaggerWebDash/test/runtests.jl\")'"
@@ -92,7 +82,7 @@ steps:
9282
<<: *bench
9383
plugins:
9484
- JuliaCI/julia#v1:
95-
version: "1.8"
85+
version: "1.9"
9686
- JuliaCI/julia-test#v1:
9787
run_tests: false
9888
command: "julia -e 'using Pkg; Pkg.add(\"BenchmarkTools\"); Pkg.develop(;path=pwd())'; JULIA_PROJECT=\"$PWD\" julia --project benchmarks/benchmark.jl"
@@ -107,7 +97,7 @@ steps:
10797
timeout_in_minutes: 20
10898
plugins:
10999
- JuliaCI/julia#v1:
110-
version: "1.8"
100+
version: "1.9"
111101
env:
112102
JULIA_NUM_THREADS: "4"
113103
agents:

Diff for: Project.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Statistics = "1"
5959
StatsBase = "0.28, 0.29, 0.30, 0.31, 0.32, 0.33, 0.34"
6060
TaskLocalValues = "0.1"
6161
TimespanLogging = "0.1"
62-
julia = "1.8"
62+
julia = "1.9"
6363

6464
[extras]
6565
Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"

0 commit comments

Comments
 (0)