Add Swift version 5.7.2 (#4648)

This commit is contained in:
Danny Mösch 2022-12-17 10:18:21 +01:00 committed by GitHub
parent 540003e2a1
commit 83ee9a89dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,8 @@ final class SwiftVersionTests: XCTestCase {
func testDetectSwiftVersion() {
#if compiler(>=6.0.0)
let version = "6.0.0"
#elseif compiler(>=5.7.2)
let version = "5.7.2"
#elseif compiler(>=5.7.1)
let version = "5.7.1"
#elseif compiler(>=5.7.0)