Skip to content

Commit 1c8878d

Browse files
committed
CI: Add Julia 1.9
1 parent b9ce129 commit 1c8878d

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.buildkite/pipeline.yml

+11-1
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,22 @@ steps:
3535
julia_args: "--threads=1"
3636
- JuliaCI/julia-coverage#v1:
3737
codecov: true
38+
- label: Julia 1.9
39+
timeout_in_minutes: 60
40+
<<: *test
41+
plugins:
42+
- JuliaCI/julia#v1:
43+
version: "1.9"
44+
- JuliaCI/julia-test#v1:
45+
julia_args: "--threads=1"
46+
- JuliaCI/julia-coverage#v1:
47+
codecov: true
3848
- label: Julia nightly
3949
timeout_in_minutes: 60
4050
<<: *test
4151
plugins:
4252
- JuliaCI/julia#v1:
43-
version: "1.9-nightly"
53+
version: "1.10-nightly"
4454
- JuliaCI/julia-test#v1:
4555
julia_args: "--threads=1"
4656
- JuliaCI/julia-coverage#v1:

0 commit comments

Comments
 (0)