Skip to content

Commit 5ae282e

Browse files
committed
The CI pulls an old version of SQLCipher
1 parent ae132d1 commit 5ae282e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Tests/SQLiteTests/Core/ConnectionTests.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,8 @@ class ConnectionTests: SQLiteTestCase {
457457
#elseif SQLCipher
458458
// 4.12.0 uses SQLite 3.51.1
459459
// 4.10.0 uses SQLite 3.50.4 (last available pod)
460-
XCTAssertGreaterThanOrEqual(version, .init(major: 3, minor: 50, point: 4))
460+
// ??? uses SQLite 3.39.4
461+
XCTAssertGreaterThanOrEqual(version, .init(major: 3, minor: 39, point: 4))
461462
#elseif StandaloneSQLite
462463
// when building standalone (= pod), we should have a more recent version
463464
// https://github.com/clemensg/sqlite3pod

0 commit comments

Comments
 (0)