Skip to content

Commit

Permalink
new: update qdrant version in backward compatibility tests
Browse files Browse the repository at this point in the history
  • Loading branch information
joein committed Mar 1, 2024
1 parent efc75cc commit 3328437
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 3328437

Please sign in to comment.