Skip to content

Commit 29088bf

Browse files
committed
ci: include WEAVIATE_129 in the matrix
1 parent 7938b03 commit 29088bf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ jobs:
4444
{ node: "22.x", weaviate: $WEAVIATE_128},
4545
{ node: "18.x", weaviate: $WEAVIATE_129},
4646
{ node: "20.x", weaviate: $WEAVIATE_129},
47-
{ node: "22.x", weaviate: $WEAVIATE_129}
47+
{ node: "22.x", weaviate: $WEAVIATE_129},
48+
{ node: "22.x", weaviate: $WEAVIATE_130}
4849
]
4950
steps:
5051
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)