Explorar o código

[php] only test agains 7.0 & 7.1

Aleksandr Kuzmenko %!s(int64=6) %!d(string=hai) anos
pai
achega
a7f7f5b17c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      tests/runci/targets/Php.hx

+ 1 - 1
tests/runci/targets/Php.hx

@@ -65,7 +65,7 @@ class Php {
 
 	static function runThroughPhpVersions(fn:()->Void) {
 	if(isCi() && systemName == "Linux") {
-			for(version in ['7.0', '7.1', '7.2', '7.3']) {
+			for(version in ['7.0', '7.1'/*, '7.2', '7.3'*/]) { //7.2 and 7.3 are not available on travis Ubuntu trusty
 				runCommand("phpenv", ["global", version]);
 				fn();
 			}