We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dd127c commit 42dddb9Copy full SHA for 42dddb9
.github/workflows/tests.yml
@@ -69,7 +69,7 @@ jobs:
69
name: integration-tests (PHP ${{ matrix.php-version }}) (${{ matrix.http-client }})
70
services:
71
meilisearch:
72
- image: getmeili/meilisearch:v1.11.0
+ image: getmeili/meilisearch:latest
73
ports:
74
- '7700:7700'
75
env:
docker-compose.yml
@@ -14,7 +14,7 @@ services:
14
- ./:/home/package
15
16
17
- image: getmeili/meilisearch:v1.10.0
18
19
- "7700"
20
environment:
0 commit comments