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 dea4904 commit 7cb7d97Copy full SHA for 7cb7d97
.github/workflows/integration-tests.yml
@@ -40,11 +40,11 @@ jobs:
40
- name: Test with pytest
41
run: |
42
export EVENT_LOOP_MANAGER=${{ matrix.event_loop_manager }}
43
- export SCYLLA_VERSION='release:5.1'
+ export SCYLLA_VERSION='release:6.2'
44
./scripts/run_integration_test.sh tests/integration/standard/ tests/integration/cqlengine/
45
46
- name: Test tablets
47
48
49
- export SCYLLA_VERSION='release:6.0.2'
50
./scripts/run_integration_test.sh tests/integration/experiments/
0 commit comments