Skip to content

Commit b9813e7

Browse files
mykaulroydahan
authored andcommitted
ci: update Scylla test version from 2025.2 to 2026.1
The integration test suite was pinned to release:2025.2 which is no longer the latest LTS branch. Update to release:2026.1 so CI covers the newest ScyllaDB features and catches regressions earlier. Tests gated by @skip_scylla_version_lt(2026.1.0) — such as the client_routes tests — will now actually execute in CI.
1 parent fe2a943 commit b9813e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
if: "!contains(github.event.pull_request.labels.*.name, 'disable-integration-tests')"
3939
runs-on: ubuntu-24.04
4040
env:
41-
SCYLLA_VERSION: release:2025.2
41+
SCYLLA_VERSION: release:2026.1
4242
strategy:
4343
fail-fast: false
4444
matrix:

0 commit comments

Comments
 (0)