File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ branches:
1212env :
1313 global :
1414 - TEST_COMMAND="composer test"
15+ - SYMFONY_PHPUNIT_VERSION="6.3"
1516
1617matrix :
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
You can’t perform that action at this time.
0 commit comments