From 33284371fab3adefb1c6fef3501721ec4aa210d7 Mon Sep 17 00:00:00 2001 From: George Panchuk Date: Fri, 1 Mar 2024 15:14:45 +0100 Subject: [PATCH] new: update qdrant version in backward compatibility tests --- .github/workflows/integration-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: |