Skip to content

Commit 8921bab

Browse files
committed
ci(test): use latest Weaviate version
1 parent 4ede901 commit 8921bab

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
@@ -78,7 +78,7 @@ jobs:
7878
strategy:
7979
fail-fast: false
8080
matrix:
81-
WEAVIATE_VERSION: ["1.32.24", "1.33.11", "1.34.7", "1.35.2", "1.36.0"]
81+
WEAVIATE_VERSION: ["1.32.24", "1.33.11", "1.34.7", "1.35.2", "1.36.1"]
8282
steps:
8383
- uses: actions/checkout@v4
8484

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public enum Version {
4242
V133(1, 33, 11),
4343
V134(1, 34, 7),
4444
V135(1, 35, 2),
45-
V136(1, 36, 0);
45+
V136(1, 36, 1);
4646

4747
public final SemanticVersion semver;
4848

0 commit comments

Comments
 (0)