Skip to content

Commit

Permalink
bumped min swift version to 5.8 until further investigation of failin…
Browse files Browse the repository at this point in the history
…g github actions
  • Loading branch information
AlexanderNey committed May 26, 2024
1 parent 3e0b9dd commit 60dcaa6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
name: Swift ${{ matrix.swift }}
strategy:
matrix:
swift: ["5.7","5.8", "5.9"]
swift: ["5.8", "5.9"]
runs-on: macos-latest
steps:
- uses: swift-actions/setup-swift@v2
Expand All @@ -30,4 +30,4 @@ jobs:
- name: Build
run: swift build
- name: Run tests
run: swift test | xcpretty
run: swift test -c release 2>&1 | xcpretty
2 changes: 1 addition & 1 deletion .swift-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.7.0
5.8.0
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.7
// swift-tools-version: 5.8
// The swift-tools-version declares the minimum version of Swift required to build this package.

import PackageDescription
Expand Down

0 comments on commit 60dcaa6

Please sign in to comment.