Skip to content

Commit 7cb7d97

Browse files
committed
Switch to scylla 6.2
1 parent dea4904 commit 7cb7d97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/integration-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@ jobs:
4040
- name: Test with pytest
4141
run: |
4242
export EVENT_LOOP_MANAGER=${{ matrix.event_loop_manager }}
43-
export SCYLLA_VERSION='release:5.1'
43+
export SCYLLA_VERSION='release:6.2'
4444
./scripts/run_integration_test.sh tests/integration/standard/ tests/integration/cqlengine/
4545
4646
- name: Test tablets
4747
run: |
4848
export EVENT_LOOP_MANAGER=${{ matrix.event_loop_manager }}
49-
export SCYLLA_VERSION='release:6.0.2'
49+
export SCYLLA_VERSION='release:6.2'
5050
./scripts/run_integration_test.sh tests/integration/experiments/

0 commit comments

Comments
 (0)