Skip to content

Commit 4fba85e

Browse files
committed
Set target version of PHP 5.6 build to 5.6.4
To get newer version of php-amqplib
1 parent b1345d9 commit 4fba85e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RoboFile.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,7 @@ public function buildPhar56()
507507
$this->stopOnFail();
508508

509509
$this->taskFilesystemStack()->mkdir('build/56')->run();
510-
$this->setPlatformVersionTo('5.6.0');
510+
$this->setPlatformVersionTo('5.6.4');
511511
//filenames must be different, because Phar refuses to build second file with the same name
512512
$buildFile = 'build/56/codecept.phar';
513513
$this->buildPhar($buildFile);

0 commit comments

Comments
 (0)