File tree Expand file tree Collapse file tree 1 file changed +28
-8
lines changed Expand file tree Collapse file tree 1 file changed +28
-8
lines changed Original file line number Diff line number Diff line change 1
1
steps :
2
- - label : " CUDA.jl"
2
+ - label : " CUDA.jl {{matrix.version}}"
3
+ matrix :
4
+ setup :
5
+ version :
6
+ - " 1.10"
7
+ - " 1.11"
3
8
plugins :
4
9
- JuliaCI/julia#v1:
5
- version : " 1.10 "
10
+ version : " {{matrix.version}} "
6
11
command : |
7
12
julia -e 'using Pkg
8
13
@@ -18,10 +23,15 @@ steps:
18
23
if : build.message !~ /\[skip tests\]/
19
24
timeout_in_minutes : 15
20
25
21
- - label : " Metal.jl"
26
+ - label : " Metal.jl {{matrix.version}}"
27
+ matrix :
28
+ setup :
29
+ version :
30
+ - " 1.10"
31
+ - " 1.11"
22
32
plugins :
23
33
- JuliaCI/julia#v1:
24
- version : " 1.10 "
34
+ version : " {{matrix.version}} "
25
35
command : |
26
36
julia -e 'using Pkg
27
37
@@ -38,10 +48,15 @@ steps:
38
48
if : build.message !~ /\[skip tests\]/
39
49
timeout_in_minutes : 15
40
50
41
- - label : " oneAPI.jl"
51
+ - label : " oneAPI.jl {{matrix.version}}"
52
+ matrix :
53
+ setup :
54
+ version :
55
+ - " 1.10"
56
+ - " 1.11"
42
57
plugins :
43
58
- JuliaCI/julia#v1:
44
- version : " 1.10 "
59
+ version : " {{matrix.version}} "
45
60
command : |
46
61
julia -e 'using Pkg
47
62
@@ -57,10 +72,15 @@ steps:
57
72
if : build.message !~ /\[skip tests\]/
58
73
timeout_in_minutes : 15
59
74
60
- - label : " OpenCL.jl"
75
+ - label : " OpenCL.jl {{matrix.version}}"
76
+ matrix :
77
+ setup :
78
+ version :
79
+ - " 1.10"
80
+ - " 1.11"
61
81
plugins :
62
82
- JuliaCI/julia#v1:
63
- version : " 1.10 "
83
+ version : " {{matrix.version}} "
64
84
command : |
65
85
julia -e 'using Pkg
66
86
You can’t perform that action at this time.
0 commit comments