We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f32fda commit a1d0e3bCopy full SHA for a1d0e3b
.github/workflows/integration-tests.yml
@@ -42,11 +42,11 @@ jobs:
42
- name: Test with pytest
43
run: |
44
export EVENT_LOOP_MANAGER=${{ matrix.event_loop_manager }}
45
- export SCYLLA_VERSION='release:5.1'
+ export SCYLLA_VERSION='release:6.2'
46
./scripts/run_integration_test.sh tests/integration/standard/ tests/integration/cqlengine/
47
48
- name: Test tablets
49
50
51
- export SCYLLA_VERSION='release:6.0.2'
52
./scripts/run_integration_test.sh tests/integration/experiments/
0 commit comments