Skip to content

Commit 37f51d1

Browse files
authored
Removing out-of-support Cassandra version from test matrix (#9369)
Removing out-of-support Cassandra version Version 3.11 was out of support 6 months ago when 5.0 was released. 4.0, 4.1, and 5.0 are the current supported versions: https://endoflife.date/apache-cassandra
1 parent 3f1d874 commit 37f51d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
strategy:
8585
matrix:
8686
provider: ["Cassandra"]
87-
dbversion: ["3.11", "4.0", "4.1", "5.0"]
87+
dbversion: ["4.0", "4.1", "5.0"]
8888
framework: [net8.0]
8989
steps:
9090
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)