Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Dec 14, 2024. It is now read-only.

Commit df82e81

Browse files
Update PHPQA image
1 parent f5197c1 commit df82e81

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@ jobs:
2828
before_install:
2929
- docker pull jakzal/phpqa:1.25-php7.2-alpine
3030
script:
31-
- docker run --volume $PWD:/app --workdir /app jakzal/phpqa:1.25-php7.2-alpine php-cs-fixer fix src/ --dry-run
31+
- docker run --volume $PWD:/app --workdir /app jakzal/phpqa:php7.3-alpine php-cs-fixer fix src/ --dry-run
3232
- name: "phpstan"
3333
before_install:
3434
- echo "memory_limit = -1" >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini
3535
install:
3636
- composer install --no-interaction --profile --no-progress
3737
script:
38-
- docker run --volume $PWD:/app --workdir /app jakzal/phpqa:1.25-php7.2-alpine phpstan analyse --level 6 src/ --no-progress
38+
- docker run --volume $PWD:/app --workdir /app jakzal/phpqa:php7.3-alpine phpstan analyse --no-progress
3939

4040
- stage: test
4141
name: "PHP 7.2 / Symfony 3.4"

0 commit comments

Comments
 (0)