Skip to content

Commit

Permalink
👷 Update tests version.
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieutu committed Feb 28, 2020
1 parent 2b47b0a commit 28554fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
language: php

php:
- 7.2
- 7.3
- 7.4

env:
global:
Expand Down Expand Up @@ -36,7 +36,6 @@ install:
- composer update ${COMPOSER_FLAGS} --no-interaction --prefer-source

script:
- php vendor/bin/phpcs --config-set ignore_warnings_on_exit 1
- php vendor/bin/phpcs
- vendor/bin/phpunit --coverage-text --coverage-clover=coverage.clover

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"ext-json": "*"
},
"require-dev": {
"phpunit/phpunit": "^8.0",
"phpunit/phpunit": "^9.0",
"orchestra/testbench": "^4.0",
"squizlabs/php_codesniffer": "^3.4"
},
Expand Down

0 comments on commit 28554fe

Please sign in to comment.