Skip to content

Commit

Permalink
Add Swift version 5.8 (realm#4851)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimplyDanny authored Mar 31, 2023
1 parent 3d15419 commit 82491e6
Showing 1 changed file with 2 additions and 0 deletions.
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: XCTestCase {
func testDetectSwiftVersion() {
#if compiler(>=6.0.0)
let version = "6.0.0"
#elseif compiler(>=5.8.0)
let version = "5.8.0"
#elseif compiler(>=5.7.3)
let version = "5.7.3"
#elseif compiler(>=5.7.2)
Expand Down

0 comments on commit 82491e6

Please sign in to comment.