This is an automated email from the ASF dual-hosted git repository. jmckenzie-dev pushed a commit to branch sidecar/ghci in repository https://gitbox.apache.org/repos/asf/cassandra-ecosystem.git
commit da4f46f43ee93ff6cba6cb7945239d647b317e3e Author: Jon Haddad <[email protected]> AuthorDate: Tue Nov 11 14:35:31 2025 -0800 removed java 21 testing --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ec687e9f..8eceb4be 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -100,7 +100,7 @@ jobs: strategy: fail-fast: false matrix: - java: ["11", "17", "21"] + java: ["11", "17"] steps: - name: Checkout repository @@ -162,7 +162,7 @@ jobs: strategy: fail-fast: false matrix: - java: ["11", "17", "21"] + java: ["11", "17"] cassandra: ["4.0", "4.1", "5.0", "5.1"] include: - cassandra: "4.0" @@ -246,7 +246,7 @@ jobs: strategy: fail-fast: false matrix: - java: ["11", "17", "21"] + java: ["11", "17"] cassandra: ["4.0", "4.1", "5.0", "5.1"] include: - cassandra: "4.0" --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
