1
0
mirror of https://github.com/nicoverbruggen/phpmon.git synced 2025-08-11 05:20:07 +02:00

🔀 Merge branch 'dev/5.8' into dev/6.0

This commit is contained in:
2023-02-27 19:13:12 +01:00
7 changed files with 28 additions and 15 deletions

View File

@@ -72,5 +72,4 @@ class AppVersionTest: XCTestCase {
// Build is older
XCTAssertFalse(AppVersion.from("5.0_101")! > AppVersion.from("5.0_102")!)
}
}