File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3434 fail-fast : false
3535 matrix :
3636 go : [ '1.25', '1.26' ]
37- cassandra_version : [ '4.1.6 ', '5.0.3 ' ]
37+ cassandra_version : [ '4.1.11 ', '5.0.8 ' ]
3838 auth : [ "false" ]
3939 compressor : [ "no-compression", "snappy", "lz4" ]
4040 tags : [ "cassandra", "integration", "ccm" ]
@@ -100,7 +100,7 @@ jobs:
100100 fail-fast : false
101101 matrix :
102102 go : [ '1.25', '1.26' ]
103- cassandra_version : [ '4.0.13 ' ]
103+ cassandra_version : [ '4.1.11', '5.0.8 ' ]
104104 compressor : [ "no-compression", "snappy", "lz4" ]
105105 tags : [ "integration" ]
106106 proto_version : [ "4", "5" ]
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ SHELL := bash
22MAKEFILE_PATH := $(abspath $(dir $(abspath $(lastword $(MAKEFILE_LIST ) ) ) ) )
33KEY_PATH = ${MAKEFILE_PATH}/testdata/pki
44
5- CASSANDRA_VERSION ?= 4.1.6
5+ CASSANDRA_VERSION ?= 4.1.11
66TEST_CQL_PROTOCOL ?= 4
77TEST_COMPRESSOR ?= no-compression
88TEST_INTEGRATION_TAGS ?= integration
You can’t perform that action at this time.
0 commit comments