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:
141141 - id : " 5.1"
142142 display_name : " Swift 5.1"
143143 variables :
144- SWIFT_VERSION : " 5.1.4 "
144+ SWIFT_VERSION : " 5.1.5 "
145145 - id : " 5.2"
146146 display_name : " Swift 5.2"
147147 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"
149153
150154buildvariants :
151155 - matrix_name : " tests-all"
152156 display_name : " ${swift-version} ${os-fully-featured}"
153157 matrix_spec :
154158 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"
156175 tasks :
157176 - name : " test"
158177
You can’t perform that action at this time.
0 commit comments