From 1902526e69dcd20db2ebb164daa1d8937a02ddd3 Mon Sep 17 00:00:00 2001 From: Yaniv Michael Kaul Date: Sun, 29 Mar 2026 10:05:23 +0300 Subject: [PATCH] ci: update Scylla test version from 2025.2 to 2026.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- .github/workflows/integration-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 048dbd1352..bc5f573cdb 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -38,7 +38,7 @@ jobs: if: "!contains(github.event.pull_request.labels.*.name, 'disable-integration-tests')" runs-on: ubuntu-24.04 env: - SCYLLA_VERSION: release:2025.2 + SCYLLA_VERSION: release:2026.1 strategy: fail-fast: false matrix: