Skip to content

Commit 8a83e6f

Browse files
committed
Add latest weaviate versions to CI testing
1 parent 84566f6 commit 8a83e6f

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

.github/workflows/main.yaml

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,12 @@ on:
99
env:
1010
WEAVIATE_127: 1.27.27
1111
WEAVIATE_128: 1.28.16
12-
WEAVIATE_129: 1.29.9
13-
WEAVIATE_130: 1.30.17
14-
WEAVIATE_131: 1.31.16
15-
WEAVIATE_132: 1.32.10
16-
WEAVIATE_133: 1.33.0
12+
WEAVIATE_129: 1.29.11
13+
WEAVIATE_130: 1.30.22
14+
WEAVIATE_131: 1.31.20
15+
WEAVIATE_132: 1.32.18
16+
WEAVIATE_133: 1.33.6
17+
WEAVIATE_134: 1.34.1
1718

1819
concurrency:
1920
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
@@ -47,9 +48,10 @@ jobs:
4748
{ node: "22.x", weaviate: $WEAVIATE_130},
4849
{ node: "22.x", weaviate: $WEAVIATE_131},
4950
{ node: "22.x", weaviate: $WEAVIATE_132},
50-
{ node: "18.x", weaviate: $WEAVIATE_133},
51-
{ node: "20.x", weaviate: $WEAVIATE_133},
5251
{ node: "22.x", weaviate: $WEAVIATE_133},
52+
{ node: "18.x", weaviate: $WEAVIATE_134},
53+
{ node: "20.x", weaviate: $WEAVIATE_134},
54+
{ node: "22.x", weaviate: $WEAVIATE_134},
5355
]
5456
steps:
5557
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)