Fix CocoaPods job + Swift 5.9.1 (#5298)

This commit is contained in:
Marcelo Fabri
2023-10-23 03:13:44 -07:00
committed by GitHub
parent b87467fb2c
commit ee02f19cfc
2 changed files with 3 additions and 1 deletions
@@ -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)
+1 -1
View File
@@ -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