Skip to content

Commit

Permalink
Remove v0.21.1 from Github testing matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
robottokauf3 committed Sep 2, 2021
1 parent e7384ce commit daede72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
matrix:
elixir: [1.11.2]
otp: [23.0]
meilisearch: [0.17.0, 0.18.1, 0.19.0, 0.20.0, 0.21.1]
meilisearch: [0.17.0, 0.18.1, 0.19.0, 0.20.0]

steps:
- uses: actions/checkout@v2
Expand Down
10 changes: 1 addition & 9 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
version: "3"
services:
meilisearch-0.21.1:
image: "getmeili/meilisearch:v0.21.1"
ports:
- "7721:7700"
environment:
- MEILI_NO_ANALYTICS=true
- MEILI_NO_SENTRY=true
- MEILI_MASTER_KEY=test_api_key
meilisearch-0.20.0:
image: "getmeili/meilisearch:v0.20.0"
ports:
Expand Down Expand Up @@ -39,4 +31,4 @@ services:
environment:
- MEILI_NO_ANALYTICS=true
- MEILI_NO_SENTRY=true
- MEILI_MASTER_KEY=test_api_key
- MEILI_MASTER_KEY=test_api_key

0 comments on commit daede72

Please sign in to comment.