From f18cf14cddd63bfdb04a46cc7ad89fc6516baeb1 Mon Sep 17 00:00:00 2001 From: Morgane Dubus Date: Wed, 30 Oct 2024 08:13:42 +0100 Subject: [PATCH] Revert forcing the CI using the v1.11 instead of the latest --- .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 c94fe21df..415f5013f 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:v1.11.0 + image: getmeili/meilisearch:latest env: MEILI_MASTER_KEY: 'masterKey' MEILI_NO_ANALYTICS: 'true'