diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index b4adf5e7..8c7f0cd7 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -53,7 +53,7 @@ jobs: - name: Backward compatibility integration tests run: | export RUNNER_OS=${{ runner.os }} - QDRANT_VERSION='v1.5.1' ./tests/integration-tests.sh + QDRANT_VERSION='v1.7.4' ./tests/integration-tests.sh shell: bash - name: Check conversion coverage run: |