Add CI jobs for Swift 5.3 development snapshots

This commit is contained in:
Nathan Harris
2020-04-23 20:29:04 -07:00
parent 86d5466584
commit b3bc95f118
2 changed files with 9 additions and 0 deletions
+5
View File
@@ -14,6 +14,11 @@ swift 5.2:
extends: .unit-test
image: swift:5.2-bionic
swift 5.3:
extends: .unit-test
image: swiftlang/swift:nightly-5.3-bionic
allow_failure: true
swift trunk:
extends: .unit-test
image: swiftlang/swift:nightly-master-bionic
+4
View File
@@ -14,6 +14,10 @@ swift 5.2:
extends: .unit-test
image: swift:5.2-xenial
swift 5.3:
extends: .unit-test
image: swiftlang/swift:nightly-5.3-xenial
swift trunk:
extends: .unit-test
image: swiftlang/swift:nightly-master-xenial