File tree Expand file tree Collapse file tree 1 file changed +22
-3
lines changed Expand file tree Collapse file tree 1 file changed +22
-3
lines changed Original file line number Diff line number Diff line change @@ -141,18 +141,37 @@ axes:
141
141
- id : " 5.1"
142
142
display_name : " Swift 5.1"
143
143
variables :
144
- SWIFT_VERSION : " 5.1.4 "
144
+ SWIFT_VERSION : " 5.1.5 "
145
145
- id : " 5.2"
146
146
display_name : " Swift 5.2"
147
147
variables :
148
- SWIFT_VERSION : " 5.2.4"
148
+ SWIFT_VERSION : " 5.2.5"
149
+ - id : " 5.3"
150
+ display_name : " Swift 5.3"
151
+ variables :
152
+ SWIFT_VERSION : " 5.3"
149
153
150
154
buildvariants :
151
155
- matrix_name : " tests-all"
152
156
display_name : " ${swift-version} ${os-fully-featured}"
153
157
matrix_spec :
154
158
os-fully-featured : " *"
155
- swift-version : " *"
159
+ swift-version :
160
+ - " 5.1"
161
+ - " 5.2"
162
+ tasks :
163
+ - name : " test"
164
+
165
+ # define a separate matrix for 5.3 - no way to remove 5.3 + macOS from the definition above.
166
+ # see EVG-13092
167
+ - matrix_name : " tests-all-5.3"
168
+ display_name : " ${swift-version} ${os-fully-featured}"
169
+ matrix_spec :
170
+ os-fully-featured :
171
+ - " ubuntu-18.04"
172
+ - " ubuntu-16.04"
173
+ swift-version :
174
+ - " 5.3"
156
175
tasks :
157
176
- name : " test"
158
177
You can’t perform that action at this time.
0 commit comments