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'