Skip to content

Commit

Permalink
Merge pull request #1190 from weaviate/update-ci-images
Browse files Browse the repository at this point in the history
Update Weaviate versions in the CI
  • Loading branch information
tsmith023 authored Jul 19, 2024
2 parents a002cfa + 0bc3c7d commit ff87f2e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ on:
pull_request:

env:
WEAVIATE_123: 1.23.15
WEAVIATE_124: 1.24.19
WEAVIATE_125: 1.25.5
WEAVIATE_123: 1.23.16
WEAVIATE_124: 1.24.21
WEAVIATE_125: 1.25.8

jobs:
lint-and-format:
Expand Down
1 change: 1 addition & 0 deletions ci/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ services:
AUTOSCHEMA_ENABLED: 'false'
IMAGE_INFERENCE_API: "http://i2v-neural:8080"
DISABLE_TELEMETRY: 'true'
DISABLE_LAZY_LOAD_SHARDS: 'true'
contextionary:
environment:
OCCURRENCE_WEIGHT_LINEAR_FACTOR: 0.75
Expand Down

0 comments on commit ff87f2e

Please sign in to comment.