We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1345d9 commit 4fba85eCopy full SHA for 4fba85e
RoboFile.php
@@ -507,7 +507,7 @@ public function buildPhar56()
507
$this->stopOnFail();
508
509
$this->taskFilesystemStack()->mkdir('build/56')->run();
510
- $this->setPlatformVersionTo('5.6.0');
+ $this->setPlatformVersionTo('5.6.4');
511
//filenames must be different, because Phar refuses to build second file with the same name
512
$buildFile = 'build/56/codecept.phar';
513
$this->buildPhar($buildFile);
0 commit comments