File tree Expand file tree Collapse file tree 3 files changed +14
-3
lines changed
Expand file tree Collapse file tree 3 files changed +14
-3
lines changed Original file line number Diff line number Diff line change @@ -3,9 +3,16 @@ language: php
33dist : trusty
44
55php :
6+ - 5.4
7+ - 5.5
8+ - 5.6
9+ - 7.0
610 - 7.1
711 - 7.2
812 - 7.3
13+ - hhvm-3.12
14+ - hhvm-3.18
15+ - hhvm-3.24
916 - nightly
1017
1118matrix :
@@ -17,10 +24,13 @@ matrix:
1724 env : DOCS=yes
1825 - php : 7.1
1926 env : REQUIRE="phpmyadmin/motranslator:^3.0"
27+ - dist : precise
28+ php : 5.3
2029
2130sudo : false
2231
2332install :
33+ - if [ $(php -r "echo PHP_MAJOR_VERSION;") -lt 7 ] ; then sed -i '/sami/D' composer.json ; fi
2434 - if [ -n "$REQUIRE" ] ; then composer require "$REQUIRE" ; fi
2535 - composer install
2636
Original file line number Diff line number Diff line change 1616 "source" : " https://github.com/phpmyadmin/sql-parser"
1717 },
1818 "require" : {
19- "php" : " ^7.1 " ,
19+ "php" : " >=5.3.0 " ,
2020 "symfony/polyfill-mbstring" : " ^1.3"
2121 },
2222 "require-dev" : {
2323 "sami/sami" : " ^4.0" ,
2424 "phpunit/php-code-coverage" : " *" ,
25- "phpunit/phpunit" : " ^7.4 " ,
25+ "phpunit/phpunit" : " ~4.8 || ~5.7 || ~6.5 " ,
2626 "phpmyadmin/coding-standard" : " ^1.0"
2727 },
2828 "conflict" : {
Original file line number Diff line number Diff line change 99 convertNoticesToExceptions =" true"
1010 convertWarningsToExceptions =" true"
1111 processIsolation =" false"
12- stopOnFailure =" false" >
12+ stopOnFailure =" false"
13+ syntaxCheck =" false" >
1314 <logging >
1415 <log type =" coverage-clover" target =" coverage.xml" />
1516 </logging >
You can’t perform that action at this time.
0 commit comments