mirror of
https://github.com/tappollo/swift-aws-lambda-events.git
synced 2026-01-12 22:45:22 +08:00
* remove unnecessary preconcurrency imports motivation: eliminate warnings changes: require swift 5.7 and remove unnecessary preconcurrency imports for foundation * fixup
19 lines
302 B
YAML
19 lines
302 B
YAML
version: "3"
|
|
|
|
services:
|
|
|
|
runtime-setup:
|
|
image: swift-aws-lambda-events:al2-5.7
|
|
build:
|
|
args:
|
|
swift_version: "5.7"
|
|
|
|
test:
|
|
image: swift-aws-lambda-events:al2-5.7
|
|
|
|
test-samples:
|
|
image: swift-aws-lambda-events:al2-5.7
|
|
|
|
shell:
|
|
image: swift-aws-lambda-events:al2-5.7
|