Skip to content

Commit

Permalink
ci: restricting tests to 5.4 and 5.5 in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sammous committed Sep 7, 2022
1 parent 0fdc911 commit 49855ae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ jobs:
name: Swift ${{ matrix.swift }}
strategy:
matrix:
swift: ["5.3", "5.4", "5.5", "5.6"]
swift: ["5.5", "5.6"]
fail-fast: false
runs-on: macos-latest
steps:
- uses: fwal/setup-swift@2040b795e5c453c3a05fcb8316496afc8a74f192
- uses: swift-actions/setup-swift@v1
with:
swift-version: ${{ matrix.swift }}
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import PackageDescription

let package = Package(
name: "Xenissuing",
// Set minimum deployment target to macOS 10.15.
// Set minimum deployment target to macOS 10.15 and iOS 14.
platforms: [
.macOS(.v10_15),
.iOS(.v14)
Expand Down

0 comments on commit 49855ae

Please sign in to comment.