Skip to content

Commit

Permalink
Merge #1751
Browse files Browse the repository at this point in the history
1751: fix: pull the latest in the CI instead of forcing the v1.11 r=flevi29 a=mdubus

# Pull Request

## Related issue
Fixes #1750

## What does this PR do?
- Use the `latest` in the CI for testing instead of forcing the usage of 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]>
  • Loading branch information
meili-bors[bot] and mdubus authored Oct 31, 2024
2 parents 4fe62f3 + f18cf14 commit 12b5877
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 12b5877

Please sign in to comment.