mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-25 01:13:25 +01:00
fixing PHP 7.0 and adding 7.3
This commit is contained in:
parent
65f0891693
commit
960beebb81
@ -4,6 +4,7 @@ php:
|
|||||||
- 7.0
|
- 7.0
|
||||||
- 7.1
|
- 7.1
|
||||||
- 7.2
|
- 7.2
|
||||||
|
- 7.3
|
||||||
- master
|
- master
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
@ -42,7 +43,7 @@ before_script:
|
|||||||
"5.6")
|
"5.6")
|
||||||
composer require 'phpunit/phpunit:~5.7';
|
composer require 'phpunit/phpunit:~5.7';
|
||||||
;;
|
;;
|
||||||
"7")
|
"7"|"7.0")
|
||||||
composer require 'phpunit/phpunit:~6';
|
composer require 'phpunit/phpunit:~6';
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
|
Loading…
Reference in New Issue
Block a user