mirror of
https://github.com/swift-server/swift-aws-lambda-runtime.git
synced 2026-06-02 07:27:33 +00:00
Update toolchain and doc for 6.2 (#564)
In preparation for the 2.0.0 GA release, - Update `.swift-version`, `Package.swift` and all examples' `package.swift` to Swift 6.2 - Update all references to `2.0.0-beta.3` to `2.0.0`. This includes the doc and readme, but also the dependencies in the examples `Package.swift`. This will temporary break the build of the examples, until we tag v2.0.0. Note the CI will not be affected as its consumes the local version of the library - [CI] Use Swift-6.2-noble for all testing tasks - Reinstate the script to generate the contributors list and update the list
This commit is contained in:
@@ -12,9 +12,9 @@ jobs:
|
||||
license_header_check_project_name: "SwiftAWSLambdaRuntime"
|
||||
shell_check_enabled: true
|
||||
python_lint_check_enabled: true
|
||||
api_breakage_check_container_image: "swiftlang/swift:nightly-6.1-jammy"
|
||||
docs_check_container_image: "swift:6.0-noble"
|
||||
format_check_container_image: "swiftlang/swift:nightly-6.1-jammy"
|
||||
api_breakage_check_container_image: "swift:6.2-noble"
|
||||
docs_check_container_image: "swift:6.2-noble"
|
||||
format_check_container_image: "swift:6.2-noble"
|
||||
yamllint_check_enabled: true
|
||||
|
||||
unit-tests:
|
||||
|
||||
Reference in New Issue
Block a user