Skip to content

Commit

Permalink
Merge pull request #133 from facile-it/phpunit-8
Browse files Browse the repository at this point in the history
Support Phpunit 8
  • Loading branch information
Jean85 committed Feb 21, 2019
2 parents 87f011e + 7ec259d commit 4a243e3
Show file tree
Hide file tree
Showing 26 changed files with 212 additions and 156 deletions.
2 changes: 1 addition & 1 deletion .gitignore
@@ -1,7 +1,7 @@
._*
*.tgz
*.phar
.php_cs.cache
.*.cache
.php_cs
bin
gpg
Expand Down
6 changes: 4 additions & 2 deletions .travis.yml
Expand Up @@ -6,9 +6,9 @@ cache:
- $HOME/.composer/cache/files

php:
- 7.1
- 7.2
- 7.3
- 7.2
- 7.1

before_install:
- if [[ !$XDEBUG ]]; then phpenv config-rm xdebug.ini; fi
Expand All @@ -23,8 +23,10 @@ jobs:
- stage: Test
env: XDEBUG=true
- env: VENDOR=prefer-lowest
php: 7.1
install: composer update --prefer-lowest --prefer-dist --prefer-stable --no-interaction
- env: VENDOR=lock
php: 7.2
install: composer install --prefer-dist --no-interaction
- stage: Code style, static analysis and E2E
env: E2E=true
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Expand Up @@ -25,9 +25,9 @@
"require": {
"php": "^7.1",
"jean85/pretty-package-versions": "^1.0.3",
"phpunit/php-code-coverage": "^4.0||^5.0||^6.0",
"phpunit/php-code-coverage": "^4.0||^5.0||^6.0||^7.0.2",
"phpunit/php-file-iterator": "^1.0||^2.0",
"phpunit/phpunit": "^6.0.9||^7.0",
"phpunit/phpunit": "^6.0.9||^7.0||^8.0",
"symfony/console": "^2.8||^3.0||^4.0",
"symfony/dependency-injection": "^2.8||^3.0||^4.0",
"symfony/event-dispatcher": "^2.8||^3.0||^4.0",
Expand Down

0 comments on commit 4a243e3

Please sign in to comment.