Skip to content

Commit b5e7502

Browse files
committed
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.
1 parent 8a3d0fe commit b5e7502

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/build-lint-and-test.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,7 @@ jobs:
5757

5858
strategy:
5959
matrix:
60-
scylla-version:
61-
[
62-
ENTERPRISE-RELEASE,
63-
ENTERPRISE-PRIOR-RELEASE,
64-
OSS-RELEASE,
65-
OSS-PRIOR-RELEASE,
66-
]
60+
scylla-version: [ENTERPRISE-RELEASE, ENTERPRISE-PRIOR-RELEASE]
6761
fail-fast: false
6862

6963
steps:

0 commit comments

Comments
 (0)