Skip to content

Commit a1d0e3b

Browse files
committed
Update scylla versions
1 parent 9f32fda commit a1d0e3b

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
@@ -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)