Skip to content

Commit e3ddd01

Browse files
committed
ci(tests): use newer 1.36-rc version that doesn't have the panic
1 parent f45d569 commit e3ddd01

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/test.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,13 @@ jobs:
7979
fail-fast: false
8080
matrix:
8181
WEAVIATE_VERSION:
82-
["1.32.24", "1.33.11", "1.34.7", "1.35.2", "1.36.0-rc.0"]
82+
[
83+
"1.32.24",
84+
"1.33.11",
85+
"1.34.7",
86+
"1.35.2",
87+
"1.36.0-rc.0-fe5190d.amd64",
88+
]
8389
steps:
8490
- uses: actions/checkout@v4
8591

0 commit comments

Comments
 (0)