Skip to content

Commit 6a2bec8

Browse files
authored
PhpUnit 5.6 and 5.7 released
1 parent 73fda12 commit 6a2bec8

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.travis.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@ env:
2020
- PHPUNIT=5.5.* # EOL February 2, 2018
2121
- PHPUNIT=5.6.* # EOL February 2, 2018
2222
- PHPUNIT=5.7.* # EOL February 2, 2018
23-
- PHPUNIT=6.0.x-dev # EOL February 2, 2018
23+
- PHPUNIT=^6.0 # EOL February 2, 2018
2424

2525
matrix:
2626
exclude:
2727
- php: 5.6
28-
env: PHPUNIT=6.0.x-dev
28+
env: PHPUNIT=^6.0
2929
- php: hhvm
30-
env: PHPUNIT=6.0.x-dev
30+
env: PHPUNIT=^6.0
3131

3232
cache:
3333
directories:
@@ -36,6 +36,7 @@ cache:
3636
before_script:
3737
- phpenv config-rm xdebug.ini || true
3838
- composer self-update
39+
- composer config minimum-stability dev
3940
- composer require phpunit/phpunit:${PHPUNIT}
4041

4142
script:

0 commit comments

Comments
 (0)