Skip to content

Commit

Permalink
Fix CocoaPods job + Swift 5.9.1 (#5298)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelofabri authored Oct 23, 2023
1 parent b87467f commit ee02f19
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Tests/SwiftLintFrameworkTests/SwiftVersionTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ final class SwiftVersionTests: SwiftLintTestCase {
func testDetectSwiftVersion() {
#if compiler(>=6.0.0)
let version = "6.0.0"
#elseif compiler(>=5.9.1)
let version = "5.9.1"
#elseif compiler(>=5.9.0)
let version = "5.9.0"
#elseif compiler(>=5.8.1)
Expand Down
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
displayName: bundle install
- script: bundle exec pod repo update
displayName: pod repo update
- script: bundle exec pod lib lint --verbose
- script: bundle exec pod lib lint --platforms=macos --verbose
displayName: pod lib lint

- job: jazzy
Expand Down

0 comments on commit ee02f19

Please sign in to comment.