Skip to content

Commit 7d51c21

Browse files
committed
ci: extend test matrix
The previous commit only added a new env variable, it is not included in the test matrix automatically. v1.31 is now tested for node 22.x and v1.32 against the last 3 supported node versions.
1 parent dbc423a commit 7d51c21

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/main.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,11 @@ jobs:
4949
{ node: "22.x", weaviate: $WEAVIATE_127},
5050
{ node: "22.x", weaviate: $WEAVIATE_128},
5151
{ node: "22.x", weaviate: $WEAVIATE_129},
52-
{ node: "18.x", weaviate: $WEAVIATE_130},
53-
{ node: "20.x", weaviate: $WEAVIATE_130},
54-
{ node: "22.x", weaviate: $WEAVIATE_130}
52+
{ node: "22.x", weaviate: $WEAVIATE_130},
53+
{ node: "22.x", weaviate: $WEAVIATE_131},
54+
{ node: "18.x", weaviate: $WEAVIATE_132},
55+
{ node: "20.x", weaviate: $WEAVIATE_132},
56+
{ node: "22.x", weaviate: $WEAVIATE_132}
5557
]
5658
steps:
5759
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)