We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc6468e commit 9560807Copy full SHA for 9560807
.travis.yml
@@ -20,7 +20,7 @@ env:
20
- PHPUNIT=5.5.* # EOL February 2, 2018
21
- PHPUNIT=5.6.* # EOL February 2, 2018
22
- PHPUNIT=5.7.* # EOL February 2, 2018
23
- - PHPUNIT=6.0.x-dev # EOL February 2, 2018
+ - PHPUNIT=^6.0 # EOL February 2, 2018
24
25
matrix:
26
exclude:
@@ -36,6 +36,7 @@ cache:
36
before_script:
37
- phpenv config-rm xdebug.ini || true
38
- composer self-update
39
+ - composer config minimum-stability dev
40
- composer require phpunit/phpunit:${PHPUNIT}
41
42
script:
0 commit comments