We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9ce129 commit 1c8878dCopy full SHA for 1c8878d
.buildkite/pipeline.yml
@@ -35,12 +35,22 @@ steps:
35
julia_args: "--threads=1"
36
- JuliaCI/julia-coverage#v1:
37
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
48
- label: Julia nightly
49
timeout_in_minutes: 60
50
<<: *test
51
plugins:
52
- JuliaCI/julia#v1:
- version: "1.9-nightly"
53
+ version: "1.10-nightly"
54
- JuliaCI/julia-test#v1:
55
56
0 commit comments