Skip to content

Commit fe94842

Browse files
committed
Force Meilisearch version to v0.29 to make CI pass
1 parent 14f85f1 commit fe94842

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
image: dart:${{ matrix.version }}
2626
services:
2727
meilisearch:
28-
image: getmeili/meilisearch:latest
28+
image: getmeili/meilisearch:v0.29.3
2929
env:
3030
MEILI_MASTER_KEY: "masterKey"
3131
MEILI_NO_ANALYTICS: "true"

0 commit comments

Comments
 (0)