Skip to content

Commit 771d9fe

Browse files
Test 1.11 (#53)
1 parent eb24b95 commit 771d9fe

File tree

1 file changed

+28
-8
lines changed

1 file changed

+28
-8
lines changed

.buildkite/pipeline.yml

Lines changed: 28 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
steps:
2-
- label: "CUDA.jl"
2+
- label: "CUDA.jl {{matrix.version}}"
3+
matrix:
4+
setup:
5+
version:
6+
- "1.10"
7+
- "1.11"
38
plugins:
49
- JuliaCI/julia#v1:
5-
version: "1.10"
10+
version: "{{matrix.version}}"
611
command: |
712
julia -e 'using Pkg
813
@@ -18,10 +23,15 @@ steps:
1823
if: build.message !~ /\[skip tests\]/
1924
timeout_in_minutes: 15
2025

21-
- label: "Metal.jl"
26+
- label: "Metal.jl {{matrix.version}}"
27+
matrix:
28+
setup:
29+
version:
30+
- "1.10"
31+
- "1.11"
2232
plugins:
2333
- JuliaCI/julia#v1:
24-
version: "1.10"
34+
version: "{{matrix.version}}"
2535
command: |
2636
julia -e 'using Pkg
2737
@@ -38,10 +48,15 @@ steps:
3848
if: build.message !~ /\[skip tests\]/
3949
timeout_in_minutes: 15
4050

41-
- label: "oneAPI.jl"
51+
- label: "oneAPI.jl {{matrix.version}}"
52+
matrix:
53+
setup:
54+
version:
55+
- "1.10"
56+
- "1.11"
4257
plugins:
4358
- JuliaCI/julia#v1:
44-
version: "1.10"
59+
version: "{{matrix.version}}"
4560
command: |
4661
julia -e 'using Pkg
4762
@@ -57,10 +72,15 @@ steps:
5772
if: build.message !~ /\[skip tests\]/
5873
timeout_in_minutes: 15
5974

60-
- label: "OpenCL.jl"
75+
- label: "OpenCL.jl {{matrix.version}}"
76+
matrix:
77+
setup:
78+
version:
79+
- "1.10"
80+
- "1.11"
6181
plugins:
6282
- JuliaCI/julia#v1:
63-
version: "1.10"
83+
version: "{{matrix.version}}"
6484
command: |
6585
julia -e 'using Pkg
6686

0 commit comments

Comments
 (0)