Skip to content

Commit 7e0b02d

Browse files
authored
Merge pull request #357 from scylladb/dk/fix-integration-scylla-version
Start using 6.0.2 for tablets tests
2 parents 2739b29 + 96edeb9 commit 7e0b02d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@ jobs:
3838
- name: Test tablets
3939
run: |
4040
export EVENT_LOOP_MANAGER=${{ matrix.event_loop_manager }}
41-
export SCYLLA_VERSION='unstable/master:2024-01-17T17:56:00Z'
41+
export SCYLLA_VERSION='release:6.0.2'
4242
./ci/run_integration_test.sh tests/integration/experiments/

0 commit comments

Comments
 (0)