Skip to content

Commit

Permalink
tests(*) downgrade C* default version to 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaultcha committed Oct 6, 2017
1 parent 4c203af commit 705bd50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/helpers.lua
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ local function exec(cmd, ignore)
end

local _M = {
cassandra_version = os.getenv("CASSANDRA") or "3.10",
cassandra_version = os.getenv("CASSANDRA") or "3.9",
ssl_path = os.getenv("SSL_PATH") or "spec/fixtures/ssl"
}

Expand Down

0 comments on commit 705bd50

Please sign in to comment.