Swift 5.3 was released, use if for CI

motivation: Swift 5.3 was released, use if for CI

changes: update docker setup to use the release version of 5.3
This commit is contained in:
tomer doron 2020-09-18 10:48:22 -07:00 committed by Konrad `ktoso` Malawski
parent b6c9d615de
commit 69cc955761
1 changed files with 2 additions and 1 deletions

View File

@ -6,7 +6,8 @@ services:
image: swift-metrics:18.04-5.3 image: swift-metrics:18.04-5.3
build: build:
args: args:
base_image: "swiftlang/swift:nightly-5.3-bionic" ubuntu_version: "bionic"
swift_version: "5.3"
test: test:
image: swift-metrics:18.04-5.3 image: swift-metrics:18.04-5.3