Skip to content

Commit 0bc3c7d

Browse files
committed
Update Weaviate versions in the CI
1 parent a002cfa commit 0bc3c7d

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/main.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ on:
1414
pull_request:
1515

1616
env:
17-
WEAVIATE_123: 1.23.15
18-
WEAVIATE_124: 1.24.19
19-
WEAVIATE_125: 1.25.5
17+
WEAVIATE_123: 1.23.16
18+
WEAVIATE_124: 1.24.21
19+
WEAVIATE_125: 1.25.8
2020

2121
jobs:
2222
lint-and-format:

ci/docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ services:
2929
AUTOSCHEMA_ENABLED: 'false'
3030
IMAGE_INFERENCE_API: "http://i2v-neural:8080"
3131
DISABLE_TELEMETRY: 'true'
32+
DISABLE_LAZY_LOAD_SHARDS: 'true'
3233
contextionary:
3334
environment:
3435
OCCURRENCE_WEIGHT_LINEAR_FACTOR: 0.75

0 commit comments

Comments
 (0)