Skip to content

Commit fc1115f

Browse files
Merge #691
691: fix: pull the latest in the CI instead of forcing the v1.11 r=mdubus a=mdubus # Pull Request ## Related issue Fixes #690 ## What does this PR do? Pull the `latest` in the CI instead of forcing the v1.11 ## 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 4dd127c + 42dddb9 commit fc1115f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
name: integration-tests (PHP ${{ matrix.php-version }}) (${{ matrix.http-client }})
7070
services:
7171
meilisearch:
72-
image: getmeili/meilisearch:v1.11.0
72+
image: getmeili/meilisearch:latest
7373
ports:
7474
- '7700:7700'
7575
env:

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ services:
1414
- ./:/home/package
1515

1616
meilisearch:
17-
image: getmeili/meilisearch:v1.10.0
17+
image: getmeili/meilisearch:latest
1818
ports:
1919
- "7700"
2020
environment:

0 commit comments

Comments
 (0)