Skip to content

Commit

Permalink
Set minimum swift version to 5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-fowler committed Oct 4, 2023
1 parent 3ed66ec commit 25b777c
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 @@ -40,9 +40,9 @@ jobs:
strategy:
matrix:
image:
- 'swift:5.6'
- 'swift:5.7'
- 'swift:5.8'
- 'swift:5.9'
container:
image: ${{ matrix.image }}
steps:
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 README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Soto Core

[<img src="http://img.shields.io/badge/swift-5.6_to_5.8-brightgreen.svg" alt="Swift 5.6-5.8" />](https://swift.org)
[<img src="http://img.shields.io/badge/swift-5.6_to_5.8-brightgreen.svg" alt="Swift 5.7" />](https://swift.org)
[<img src="https://github.com/soto-project/soto-core/workflows/CI/badge.svg" />](https://github.com/soto-project/soto-core/actions)
[<img src="https://codecov.io/gh/soto-project/soto-core/branch/main/graph/badge.svg" alt="Codecov Result" />](https://codecov.io/gh/soto-project/soto-core)

Expand Down

0 comments on commit 25b777c

Please sign in to comment.