Add CI for Swift 5.10 (#138)

This commit is contained in:
Yim Lee 2024-01-23 08:24:32 -08:00 committed by GitHub
parent 13ea1fe7fc
commit 9c0646af4d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 19 additions and 1 deletions

View File

@ -0,0 +1,17 @@
version: "3"
services:
runtime-setup:
image: swift-metrics:22.04-5.10
build:
args:
base_image: "swiftlang/swift:nightly-5.10-jammy"
test:
image: swift-metrics:22.04-5.10
environment: []
#- SANITIZER_ARG=--sanitize=thread
shell:
image: swift-metrics:22.04-5.10

View File

@ -6,7 +6,8 @@ services:
image: swift-metrics:22.04-5.9
build:
args:
base_image: "swiftlang/swift:nightly-5.9-jammy"
ubuntu_version: "jammy"
swift_version: "5.9"
test:
image: swift-metrics:22.04-5.9