apple / swift-openapi-urlsession

URLSession transport for Swift OpenAPI Generator.
https://swiftpackageindex.com/apple/swift-openapi-urlsession/documentation
Apache License 2.0
159 stars 31 forks source link

Add docker-compose file for 5.10 CI #16

Closed simonjbeaumont closed 1 year ago

simonjbeaumont commented 1 year ago

Motivation

Now Swift 5.9 is released and 5.10 nightly images are available, we should update our CI to use the official release for 5.10 and setup a new CI for 5.10.

Modifications

Result

Test Plan

Running both of these commands locally succeed:

% docker-compose -f docker/docker-compose.yaml -f docker/docker-compose.2204.59.yaml run test
% docker-compose -f docker/docker-compose.yaml -f docker/docker-compose.2204.510.yaml run test
simonjbeaumont commented 1 year ago

@yim-lee could we trouble you to enable a new pipeline for 5.10. The following command runs fine locally, and we can use this PR as a test.

docker-compose -f docker/docker-compose.yaml -f docker/docker-compose.2204.510.yaml run test
yim-lee commented 1 year ago

Added pipeline for 5.10. @swift-server-bot test this please

yim-lee commented 1 year ago

@swift-server-bot test this please