Skip to content

Commit b5b28fc

Browse files
committed
ci: bump scylla version to 6.0.0
1 parent 706c715 commit b5b28fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
working-directory: ./scylla-rust-wrapper
3636
run: cargo test
3737

38-
- name: Run integration tests on Scylla 5.0.0
38+
- name: Run integration tests on Scylla 6.0.0
3939
env:
4040
# Ignored tests are added in the end, after the "-" sign.
4141
Tests: "ClusterTests.*\
@@ -53,7 +53,7 @@ jobs:
5353
:-PreparedTests.Integration_Cassandra_PreparedIDUnchangedDuringReprepare\
5454
:ExecutionProfileTest.InvalidName\
5555
:*NoCompactEnabledConnection"
56-
run: valgrind --error-exitcode=123 --leak-check=full --errors-for-leak-kinds=definite ./cassandra-integration-tests --scylla --version=release:5.0.0 --category=CASSANDRA --verbose=ccm --gtest_filter="$Tests"
56+
run: valgrind --error-exitcode=123 --leak-check=full --errors-for-leak-kinds=definite ./cassandra-integration-tests --scylla --version=release:6.0.0 --category=CASSANDRA --verbose=ccm --gtest_filter="$Tests"
5757

5858
- name: Upload test logs
5959
uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)