Skip to content

Commit

Permalink
set: swift version
Browse files Browse the repository at this point in the history
  • Loading branch information
novr committed Nov 24, 2023
1 parent 781765b commit fb83f78
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Run tests
run: swift test
run: |
swift --version
swift test
- name: Danger
if: github.event_name == 'pull_request'
env:
Expand Down
2 changes: 1 addition & 1 deletion Danger/Dangerfile.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import Foundation
import Danger
import DangerSwiftEda // package: https://github.com/yumemi-inc/danger-swift-eda.git
import DangerSwiftEda

// MARK: - チェックルーチン
let danger = Danger()
Expand Down
2 changes: 1 addition & 1 deletion Danger/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ let package = Package(
),
],
dependencies: [
.package(url: "https://github.com/realm/SwiftLint", from: "0.54.0"),
.package(url: "https://github.com/realm/SwiftLint", from: "0.53.0"),
// Danger
.package(name: "danger-swift", url: "https://github.com/danger/swift.git", from: "3.17.1"),
// Danger Plugins
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.7
// The swift-tools-version declares the minimum version of Swift required to build this package.

import PackageDescription
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![Build](https://github.com/yumemi-inc/danger-swift-shoki/actions/workflows/ci.yml/badge.svg)](https://github.com/yumemi-inc/danger-swift-shoki/actions/workflows/ci.yml)
[![CI](https://github.com/yumemi-inc/danger-swift-shoki/actions/workflows/ci.yml/badge.svg)](https://github.com/yumemi-inc/danger-swift-shoki/actions/workflows/ci.yml)
[![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Fyumemi-inc%2Fdanger-swift-shoki%2Fbadge%3Ftype%3Dswift-versions)](https://swiftpackageindex.com/yumemi-inc/danger-swift-shoki)
[![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Fyumemi-inc%2Fdanger-swift-shoki%2Fbadge%3Ftype%3Dplatforms)](https://swiftpackageindex.com/yumemi-inc/danger-swift-shoki)

Expand Down

0 comments on commit fb83f78

Please sign in to comment.