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:
12
12
env :
13
13
global :
14
14
- TEST_COMMAND="composer test"
15
+ - SYMFONY_PHPUNIT_VERSION="6.3"
15
16
16
17
matrix :
17
18
fast_finish : true
@@ -20,11 +21,13 @@ matrix:
20
21
- php : 7.1
21
22
env : COMPOSER_FLAGS="--prefer-stable --prefer-lowest" SYMFONY_DEPRECATIONS_HELPER="weak"
22
23
- 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"
24
25
25
26
# Test the latest stable release
26
27
- php : 5.5
28
+ env : SYMFONY_PHPUNIT_VERSION="5.7"
27
29
- php : 5.6
30
+ env : SYMFONY_PHPUNIT_VERSION="5.7"
28
31
- php : 7.0
29
32
- php : 7.1
30
33
- php : 7.2
You can’t perform that action at this time.
0 commit comments