From b5e7502b13813aa2ed615c9c82cde0af33d3fafb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wojciech=20Przytu=C5=82a?= Date: Wed, 16 Jul 2025 15:25:51 +0200 Subject: [PATCH] ci: remove old OSS Scyllas from workflows The workflow that builds, lints, and tests the driver ran the tests against four Scylla versions: - ENTERPRISE-RELEASE - ENTERPRISE-PRIOR-RELEASE - OSS-RELEASE - OSS-PRIOR-RELEASE The OSS versions are no longer supported, so we remove them from the workflow. It makes sense to keep the last two Scylla versions in the CI. Other versions will be tested by the matrix tests. --- .github/workflows/build-lint-and-test.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/build-lint-and-test.yml b/.github/workflows/build-lint-and-test.yml index 500fa5c3..a7223a92 100644 --- a/.github/workflows/build-lint-and-test.yml +++ b/.github/workflows/build-lint-and-test.yml @@ -57,13 +57,7 @@ jobs: strategy: matrix: - scylla-version: - [ - ENTERPRISE-RELEASE, - ENTERPRISE-PRIOR-RELEASE, - OSS-RELEASE, - OSS-PRIOR-RELEASE, - ] + scylla-version: [ENTERPRISE-RELEASE, ENTERPRISE-PRIOR-RELEASE] fail-fast: false steps: