Skip to content

Commit 7f5caad

Browse files
bors[bot]mdubus
andauthored
Merge #364
364: Update meilisearch version in ci r=mdubus a=mdubus # Pull Request ## What does this PR do? - Update Meilisearch's version in CI ## PR checklist Please check if your PR fulfills the following requirements: - [x] Does this PR fix an existing issue, or have you listed the changes applied in the PR description (and why they are needed)? - [x] Have you read the contributing guidelines? - [x] Have you made sure that the title is accurate and descriptive of the changes? Thank you so much for contributing to Meilisearch! Co-authored-by: Morgane Dubus <[email protected]>
2 parents 8805e1a + c0af8b1 commit 7f5caad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
options: --user 1001
6262
services:
6363
meilisearch:
64-
image: getmeili/meilisearch:v0.29.1
64+
image: getmeili/meilisearch:v0.30.0
6565
env:
6666
MEILI_NO_ANALYTICS: 'true'
6767
ports:
@@ -102,7 +102,7 @@ jobs:
102102
options: --user 1001
103103
services:
104104
meilisearch:
105-
image: getmeili/meilisearch:v0.29.1
105+
image: getmeili/meilisearch:v0.30.0
106106
env:
107107
MEILI_MASTER_KEY: 'masterKey'
108108
MEILI_NO_ANALYTICS: 'true'

0 commit comments

Comments
 (0)