Skip to content

Commit

Permalink
Set minimum swift version to 5.7 (#697)
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-fowler authored Oct 6, 2023
1 parent a88f6c6 commit 37a8ece
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ jobs:
strategy:
matrix:
image:
- swift:5.6
- swift:5.7
- swift:5.8
- swift:5.9
services:
localstack:
image: localstack/localstack
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// swift-tools-version:5.6
// swift-tools-version:5.7
//===----------------------------------------------------------------------===//
//
// This source file is part of the Soto for AWS open source project
Expand Down
2 changes: 1 addition & 1 deletion scripts/templates/generate-package/Package.mustache
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{{%CONTENT_TYPE:TEXT}}
// swift-tools-version:5.6
// swift-tools-version:5.7
//===----------------------------------------------------------------------===//
//
// This source file is part of the Soto for AWS open source project
Expand Down

0 comments on commit 37a8ece

Please sign in to comment.