File tree Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,9 @@ matrix:
10
10
- php : ' 5.6'
11
11
- php : ' 7.0'
12
12
- php : ' 7.1'
13
+ - php : ' 7.2'
14
+ - php : ' 7.3'
15
+ - php : ' 7.4'
13
16
allow_failures :
14
17
- php : hhvm
15
18
Original file line number Diff line number Diff line change @@ -17,6 +17,21 @@ 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
+
30
+ if [[ " $TRAVIS_PHP_VERSION " == " 7.4" ]] ; then
31
+ wget " https://phar.phpunit.de/phpunit-6.0.phar"
32
+ mv phpunit-6.0.phar ./phpunit
33
+ fi
34
+
20
35
if [[ " $TRAVIS_PHP_VERSION " == " hhvm" ]] ; then
21
36
wget " https://phar.phpunit.de/phpunit-6.0.phar"
22
37
mv phpunit-6.0.phar ./phpunit
You can’t perform that action at this time.
0 commit comments