Skip to content

Commit 5dda5bf

Browse files
authored
SWIFT-1010 Test Swift 5.3 on Linux (#47)
1 parent fbea249 commit 5dda5bf

File tree

1 file changed

+22
-3
lines changed

1 file changed

+22
-3
lines changed

.evergreen/config.yml

Lines changed: 22 additions & 3 deletions
Original file line numberDiff line numberDiff 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

150154
buildvariants:
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

0 commit comments

Comments
 (0)