Skip to content

Commit

Permalink
Update swift.yaml (#27)
Browse files Browse the repository at this point in the history
* Update swift.yaml

* Update danger.yaml

* Update danger.yaml
  • Loading branch information
KS1019 authored Mar 15, 2024
1 parent acd7909 commit 7ff3b97
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/danger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Danger
uses: docker://ghcr.io/danger/danger-swift-with-swiftlint:3.12.3
uses: docker://ghcr.io/danger/danger-swift-with-swiftlint:3.15.0
with:
args: --failOnErrors --no-publish-check
env:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/swift.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ jobs:
matrix:
xcode-version:
- /Applications/Xcode_15.0.app
- /Applications/Xcode_14.3.1.app
runs-on: macOS-latest
steps:
- uses: actions/checkout@v3
Expand All @@ -26,7 +25,7 @@ jobs:
name: Test on Ubuntu
strategy:
matrix:
swift-version: ["5.7", "5.8"]
swift-version: ["5.9", "5.10"]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 7ff3b97

Please sign in to comment.