diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 6a5658705..df7d6e795 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -28,6 +28,28 @@ steps: - JuliaCI/julia-coverage#v1: codecov: true + - label: Julia 1.10 + timeout_in_minutes: 90 + <<: *test + plugins: + - JuliaCI/julia#v1: + version: "1.10" + - JuliaCI/julia-test#v1: + julia_args: "--threads=1" + - JuliaCI/julia-coverage#v1: + codecov: true + + - label: Julia 1.11 + timeout_in_minutes: 90 + <<: *test + plugins: + - JuliaCI/julia#v1: + version: "1.11" + - JuliaCI/julia-test#v1: + julia_args: "--threads=1" + - JuliaCI/julia-coverage#v1: + codecov: true + - label: Julia 1 timeout_in_minutes: 90 <<: *test