Skip to content

Commit 728aad7

Browse files
committed
Update Weaviate versions
1 parent a534d9a commit 728aad7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
strategy:
6969
fail-fast: false
7070
matrix:
71-
WEAVIATE_VERSION: ["1.32.0", "1.33.0"]
71+
WEAVIATE_VERSION: ["1.32.16", "1.33.4", "1.34.0"]
7272
steps:
7373
- uses: actions/checkout@v4
7474

src/it/java/io/weaviate/containers/Weaviate.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
public class Weaviate extends WeaviateContainer {
2626
public static final String DOCKER_IMAGE = "semitechnologies/weaviate";
27-
public static final String LATEST_VERSION = "1.33.0";
27+
public static final String LATEST_VERSION = "1.34.0";
2828
public static final String VERSION;
2929

3030
static {

0 commit comments

Comments
 (0)