Skip to content

Commit

Permalink
CI: Add Julia 1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsamaroo committed May 18, 2023
1 parent b9ce129 commit 1c8878d
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,22 @@ steps:
julia_args: "--threads=1"
- JuliaCI/julia-coverage#v1:
codecov: true
- label: Julia 1.9
timeout_in_minutes: 60
<<: *test
plugins:
- JuliaCI/julia#v1:
version: "1.9"
- JuliaCI/julia-test#v1:
julia_args: "--threads=1"
- JuliaCI/julia-coverage#v1:
codecov: true
- label: Julia nightly
timeout_in_minutes: 60
<<: *test
plugins:
- JuliaCI/julia#v1:
version: "1.9-nightly"
version: "1.10-nightly"
- JuliaCI/julia-test#v1:
julia_args: "--threads=1"
- JuliaCI/julia-coverage#v1:
Expand Down

0 comments on commit 1c8878d

Please sign in to comment.