We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 155777b commit 35e8270Copy full SHA for 35e8270
.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