Skip to content

Commit

Permalink
Merge #691
Browse files Browse the repository at this point in the history
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 <morgane.d@meilisearch.com>
  • Loading branch information
meili-bors[bot] and mdubus authored Oct 31, 2024
2 parents 4dd127c + 42dddb9 commit fc1115f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
name: integration-tests (PHP ${{ matrix.php-version }}) (${{ matrix.http-client }})
services:
meilisearch:
image: getmeili/meilisearch:v1.11.0
image: getmeili/meilisearch:latest
ports:
- '7700:7700'
env:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ services:
- ./:/home/package

meilisearch:
image: getmeili/meilisearch:v1.10.0
image: getmeili/meilisearch:latest
ports:
- "7700"
environment:
Expand Down

0 comments on commit fc1115f

Please sign in to comment.