Skip to content

Commit

Permalink
update qdrant version to 1.11.5 in integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
joein committed Sep 24, 2024
1 parent 9e8bf5c commit e2ad066
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ function stop_docker()
# Ensure current path is project root
cd "$(dirname "$0")/../"

QDRANT_LATEST="v1.11.0"
QDRANT_LATEST="v1.11.5"
QDRANT_VERSION=${QDRANT_VERSION:-"$QDRANT_LATEST"}
IGNORE_CONGRUENCE_TESTS=${IGNORE_CONGRUENCE_TESTS:-"false"}
REST_PORT="6333"
Expand Down

0 comments on commit e2ad066

Please sign in to comment.