Skip to content

Commit

Permalink
Test on Julia 1.6.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
maleadt committed Apr 1, 2021
1 parent 573abc9 commit 2e640a5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ steps:
- label: "CUDA 11.2"
plugins:
- JuliaCI/julia#v1:
version: 1.6
version: 1.6-nightly
- JuliaCI/julia-test#v1:
test_args: "--thorough"
- JuliaCI/julia-coverage#v1:
Expand All @@ -79,7 +79,7 @@ steps:
- label: "CUDA 11.1"
plugins:
- JuliaCI/julia#v1:
version: 1.6
version: 1.6-nightly
- JuliaCI/julia-test#v1:
test_args: "--thorough"
- JuliaCI/julia-coverage#v1:
Expand All @@ -101,7 +101,7 @@ steps:
- label: "CUDA 11.0"
plugins:
- JuliaCI/julia#v1:
version: 1.6
version: 1.6-nightly
- JuliaCI/julia-test#v1:
test_args: "--thorough"
- JuliaCI/julia-coverage#v1:
Expand All @@ -123,7 +123,7 @@ steps:
- label: "CUDA 10.2"
plugins:
- JuliaCI/julia#v1:
version: 1.6
version: 1.6-nightly
- JuliaCI/julia-test#v1:
test_args: "--thorough"
- JuliaCI/julia-coverage#v1:
Expand All @@ -145,7 +145,7 @@ steps:
- label: "CUDA 10.1"
plugins:
- JuliaCI/julia#v1:
version: 1.6
version: 1.6-nightly
- JuliaCI/julia-test#v1:
test_args: "--thorough"
- JuliaCI/julia-coverage#v1:
Expand Down

0 comments on commit 2e640a5

Please sign in to comment.