Skip to content

Commit 0a75e0f

Browse files
authoredMar 6, 2025
Use package traits when using Swift 6.1 (#490)
1 parent 03876f6 commit 0a75e0f

File tree

118 files changed

+431
-643
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

118 files changed

+431
-643
lines changed
 

‎.github/workflows/integration_tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ on:
3939
matrix_linux_swift_container_image:
4040
type: string
4141
description: "Container image for the matrix job. Defaults to matching latest Swift Ubuntu image."
42-
default: "swift:amazonlinux2"
42+
default: "swiftlang/swift:nightly-6.1-jammy"
4343

4444
## We are cancelling previously triggered workflow runs
4545
concurrency:

‎.github/workflows/pull_request.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ jobs:
1212
license_header_check_project_name: "SwiftAWSLambdaRuntime"
1313
shell_check_enabled: true
1414
python_lint_check_enabled: true
15-
api_breakage_check_container_image: "swift:6.0-noble"
15+
api_breakage_check_container_image: "swiftlang/swift:nightly-6.1-jammy"
1616
docs_check_container_image: "swift:6.0-noble"
17-
format_check_container_image: "swiftlang/swift:nightly-6.0-jammy"
17+
format_check_container_image: "swiftlang/swift:nightly-6.1-jammy"
1818
yamllint_check_enabled: true
1919

2020
unit-tests:

0 commit comments

Comments
 (0)
Please sign in to comment.