From 3130931d53877c33d4a194d4b483807579ab69e2 Mon Sep 17 00:00:00 2001 From: Bruno Casali Date: Mon, 28 Oct 2024 14:40:25 +0100 Subject: [PATCH] Force using the latest 1.11 meilisearch version on tests --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 415f5013f..c94fe21df 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -25,7 +25,7 @@ jobs: runs-on: ubuntu-latest services: meilisearch: - image: getmeili/meilisearch:latest + image: getmeili/meilisearch:v1.11.0 env: MEILI_MASTER_KEY: 'masterKey' MEILI_NO_ANALYTICS: 'true'