File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ matrix:
10
10
- php : ' 5.6'
11
11
- php : ' 7.0'
12
12
- php : ' 7.1'
13
+ - php : ' 7.2'
14
+ - php : ' 7.3'
13
15
allow_failures :
14
16
- php : hhvm
15
17
Original file line number Diff line number Diff line change @@ -17,6 +17,16 @@ wget "https://phar.phpunit.de/phpunit-6.0.phar"
17
17
mv phpunit-6.0.phar ./phpunit
18
18
fi
19
19
20
+ if [[ " $TRAVIS_PHP_VERSION " == " 7.2" ]] ; then
21
+ wget " https://phar.phpunit.de/phpunit-6.0.phar"
22
+ mv phpunit-6.0.phar ./phpunit
23
+ fi
24
+
25
+ if [[ " $TRAVIS_PHP_VERSION " == " 7.3" ]] ; then
26
+ wget " https://phar.phpunit.de/phpunit-6.0.phar"
27
+ mv phpunit-6.0.phar ./phpunit
28
+ fi
29
+
20
30
if [[ " $TRAVIS_PHP_VERSION " == " hhvm" ]] ; then
21
31
wget " https://phar.phpunit.de/phpunit-6.0.phar"
22
32
mv phpunit-6.0.phar ./phpunit
You can’t perform that action at this time.
0 commit comments