Skip to content

Commit 3781e53

Browse files
committed
CI: Add 1.10 job
1 parent 884d971 commit 3781e53

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Diff for: .buildkite/pipeline.yml

+10
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,16 @@ steps:
3434
julia_args: "--threads=1"
3535
- JuliaCI/julia-coverage#v1:
3636
codecov: true
37+
- label: Julia 1.10
38+
timeout_in_minutes: 60
39+
<<: *test
40+
plugins:
41+
- JuliaCI/julia#v1:
42+
version: "1.10"
43+
- JuliaCI/julia-test#v1:
44+
julia_args: "--threads=1"
45+
- JuliaCI/julia-coverage#v1:
46+
codecov: true
3747
- label: Julia nightly
3848
timeout_in_minutes: 60
3949
<<: *test

0 commit comments

Comments
 (0)