From 3cd9be709c295474ae85677d55acb44f4c676bf5 Mon Sep 17 00:00:00 2001 From: rkargMsft <164392675+rkargMsft@users.noreply.github.com> Date: Tue, 4 Mar 2025 10:38:06 -0800 Subject: [PATCH] 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 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 82d6dba52e7..8c1b7066ea6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -84,7 +84,7 @@ jobs: strategy: matrix: provider: ["Cassandra"] - dbversion: ["3.11", "4.0", "4.1", "5.0"] + dbversion: ["4.0", "4.1", "5.0"] framework: [net8.0] steps: - uses: actions/checkout@v4