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:
parent
b6c9d615de
commit
69cc955761
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue