Skip to content

Commit 4ea6ef3

Browse files
committed
Bump "phpunit/phpunit" to ^7.5 and build on PHP 7.4 stable
1 parent 916ac90 commit 4ea6ef3

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,12 @@ matrix:
1414
env: SYMFONY_VERSION=4.4.*
1515
- php: 7.3
1616
env: SYMFONY_VERSION=4.4.*
17-
- php: 7.4snapshot
17+
- php: 7.4
1818
env: SYMFONY_VERSION=4.4.*
1919
- php: nightly
2020
env: SYMFONY_VERSION=4.4.*
2121

2222
allow_failures:
23-
- php: 7.4snapshot
2423
- php: nightly
2524

2625
branches:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
},
2828
"require-dev": {
2929
"ext-pcntl": "*",
30-
"phpunit/phpunit": "^5.7",
30+
"phpunit/phpunit": "^7.5",
3131
"php-coveralls/php-coveralls": "^2.0",
3232
"doctrine/doctrine-fixtures-bundle": "^3.0.0",
3333
"liip/functional-test-bundle": "^3.2",

0 commit comments

Comments
 (0)