Skip to content

Commit e4446fe

Browse files
committed
Minor
1 parent 16eeffd commit e4446fe

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ branches:
1212
env:
1313
global:
1414
- TEST_COMMAND="composer test"
15+
- SYMFONY_PHPUNIT_VERSION="6.3"
1516

1617
matrix:
1718
fast_finish: true
@@ -20,11 +21,13 @@ matrix:
2021
- php: 7.1
2122
env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest" SYMFONY_DEPRECATIONS_HELPER="weak"
2223
- php: 5.5
23-
env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest" SYMFONY_DEPRECATIONS_HELPER="weak"
24+
env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest" SYMFONY_DEPRECATIONS_HELPER="weak" SYMFONY_PHPUNIT_VERSION="5.7"
2425

2526
# Test the latest stable release
2627
- php: 5.5
28+
env: SYMFONY_PHPUNIT_VERSION="5.7"
2729
- php: 5.6
30+
env: SYMFONY_PHPUNIT_VERSION="5.7"
2831
- php: 7.0
2932
- php: 7.1
3033
- php: 7.2

0 commit comments

Comments
 (0)