swift-server / swift-aws-lambda-runtime

Swift implementation of AWS Lambda Runtime
Apache License 2.0
1.12k stars 101 forks source link

Drop Swift 5.2 and 5.3 #262

Closed fabianfett closed 2 years ago

fabianfett commented 2 years ago

As outlined in a Swift forums post in November ’21, SwiftNIO will only support the latest non-patch Swift release and the 2 immediately prior non-patch versions.

In this commit we drop support for Swift 5.2 and 5.3.

stevapple commented 2 years ago

Have you re-run SwiftFormat after changing the config file?

fabianfett commented 2 years ago

Have you re-run SwiftFormat after changing the config file?

Yes, otherwise the soundness tests wouldn't pass.