Skip to content

Commit

Permalink
Merge 680ff4e into 9146c80
Browse files Browse the repository at this point in the history
  • Loading branch information
deguif committed Sep 15, 2020
2 parents 9146c80 + 680ff4e commit 4c08178
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Expand Up @@ -19,15 +19,15 @@ matrix:
- php: 7.4
env: RUN_TEST=true ES_VERSION=73
# Testing the library with different ES versions
- php: 7.2
- php: 7.3
env: RUN_TEST=true ES_VERSION=72
- php: 7.2
- php: 7.3
env: RUN_TEST=true ES_VERSION=71
# Running code-coverage on the lowest requirements for PHP 7.2
- php: 7.2
- php: 7.3
env: RUN_TEST=coverage COMPOSER_FLAGS="--prefer-stable --prefer-lowest" ES_VERSION=73
# Run coding-style checks on the lowest version of PHP
- php: 7.2
- php: 7.3
env: RUN_CS=true

before_install:
Expand Down
2 changes: 1 addition & 1 deletion docker/php/Dockerfile
@@ -1,4 +1,4 @@
FROM php:7.2-fpm-alpine
FROM php:7.3-fpm-alpine

COPY --from=composer /usr/bin/composer /usr/bin/composer

Expand Down

0 comments on commit 4c08178

Please sign in to comment.