swift-nio-extras/docker/docker-compose.2204.58.yaml
David Nadoba e4efedbf47
Add Swift 5.8 CI and update nightly CI to Ubuntu 22.04 (#190)
* Add Swift 5.8 CI
@dnadoba

* Update nightly CI to Ubuntu 22.04

* Run `generate_linux_tests.rb`
2023-01-18 09:15:17 +01:00

18 lines
345 B
YAML

version: "3"
services:
runtime-setup:
image: swift-nio-extras:22.04-5.8
build:
args:
base_image: "swiftlang/swift:nightly-main-jammy"
test:
image: swift-nio-extras:22.04-5.8
environment:
- IMPORT_CHECK_ARG=--explicit-target-dependency-import-check error
shell:
image: swift-nio-extras:22.04-5.8