Skip to content

Commit 705bd50

Browse files
committed
tests(*) downgrade C* default version to 3.9
1 parent 4c203af commit 705bd50

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spec/helpers.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ local function exec(cmd, ignore)
1616
end
1717

1818
local _M = {
19-
cassandra_version = os.getenv("CASSANDRA") or "3.10",
19+
cassandra_version = os.getenv("CASSANDRA") or "3.9",
2020
ssl_path = os.getenv("SSL_PATH") or "spec/fixtures/ssl"
2121
}
2222

0 commit comments

Comments
 (0)