Skip to content

Commit

Permalink
build with Swift 5.9
Browse files Browse the repository at this point in the history
  • Loading branch information
dastrobu committed Dec 17, 2023
1 parent 825cc83 commit 876fc88
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: norio-nomura/action-swiftlint@3.2.1
macos-test:
strategy:
Expand All @@ -15,7 +15,7 @@ jobs:
- "5.7"
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: swift-actions/setup-swift@v1
with:
swift-version: ${{ matrix.swift-version }}
Expand All @@ -24,6 +24,8 @@ jobs:
strategy:
matrix:
swift-version:
- "5.9"
- "5.8"
- "5.7"
- "5.6"
- "5.5"
Expand All @@ -40,5 +42,5 @@ jobs:
ios-build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: xcodebuild -scheme vincenty -destination 'platform=iOS Simulator,name=iPhone 13'
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# vincenty

[![Swift Version](https://img.shields.io/badge/swift-5.7-blue.svg)](https://swift.org)
[![Swift Version](https://img.shields.io/badge/swift-5.9-blue.svg)](https://swift.org)
![Platform](https://img.shields.io/badge/platform-macOS|linux--64-lightgray.svg)
![Build](https://github.com/dastrobu/vincenty/actions/workflows/ci.yaml/badge.svg)

Expand Down

0 comments on commit 876fc88

Please sign in to comment.