Skip to content

Commit 35e8270

Browse files
committed
Update scylla versions
1 parent 155777b commit 35e8270

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/integration-tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@ jobs:
4242
- name: Test with pytest
4343
run: |
4444
export EVENT_LOOP_MANAGER=${{ matrix.event_loop_manager }}
45-
export SCYLLA_VERSION='release:5.1'
45+
export SCYLLA_VERSION='release:6.2'
4646
./scripts/run_integration_test.sh tests/integration/standard/ tests/integration/cqlengine/
4747
4848
- name: Test tablets
4949
run: |
5050
export EVENT_LOOP_MANAGER=${{ matrix.event_loop_manager }}
51-
export SCYLLA_VERSION='release:6.0.2'
51+
export SCYLLA_VERSION='release:6.2'
5252
./scripts/run_integration_test.sh tests/integration/experiments/

0 commit comments

Comments
 (0)