Skip to content

Commit 4f114a8

Browse files
committed
bumped cassandra versions
1 parent c65c762 commit 4f114a8

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
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" ]

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ SHELL := bash
22
MAKEFILE_PATH := $(abspath $(dir $(abspath $(lastword $(MAKEFILE_LIST)))))
33
KEY_PATH = ${MAKEFILE_PATH}/testdata/pki
44

5-
CASSANDRA_VERSION ?= 4.1.6
5+
CASSANDRA_VERSION ?= 4.1.11
66
TEST_CQL_PROTOCOL ?= 4
77
TEST_COMPRESSOR ?= no-compression
88
TEST_INTEGRATION_TAGS ?= integration

0 commit comments

Comments
 (0)