Skip to content

Commit

Permalink
[BREAKING] Bump Swift requirement to 5.4 (Xcode 12.5)
Browse files Browse the repository at this point in the history
  • Loading branch information
ikesyo committed Sep 29, 2021
1 parent ac210d7 commit e783890
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci-swiftpm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: macos-11
strategy:
matrix:
xcode: ["12.4", "12.5", "13.0"]
xcode: ["12.5", "13.0"]
env:
DEVELOPER_DIR: /Applications/Xcode_${{ matrix.xcode }}.app
steps:
Expand All @@ -29,7 +29,6 @@ jobs:
strategy:
matrix:
container:
- swift:5.3
- swift:5.4
- swift:5.5
# - swiftlang/swift:nightly
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci-xcode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: macos-11
strategy:
matrix:
xcode: ["12.4", "12.5", "13.0"]
xcode: ["12.5", "13.0"]
fail-fast: false
env:
DEVELOPER_DIR: /Applications/Xcode_${{ matrix.xcode }}.app
Expand All @@ -31,7 +31,7 @@ jobs:
runs-on: macos-11
strategy:
matrix:
xcode: ["12.4", "12.5", "13.0"]
xcode: ["12.5", "13.0"]
fail-fast: false
env:
DEVELOPER_DIR: /Applications/Xcode_${{ matrix.xcode }}.app
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.3
// swift-tools-version:5.4
import PackageDescription

let package = Package(
Expand Down

0 comments on commit e783890

Please sign in to comment.