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 06bb017 commit 2ad6128Copy full SHA for 2ad6128
RoboFile.php
@@ -11,7 +11,7 @@ class RoboFile extends \Robo\Tasks
11
12
const REPO_BLOB_URL = 'https://github.com/Codeception/Codeception/blob';
13
const BRANCH_4x = '4.2';
14
- const BRANCH_5x = '5.0';
+ const BRANCH_5x = '5.1';
15
16
function post()
17
{
@@ -419,7 +419,7 @@ public function buildPhar80()
419
$this->stopOnFail();
420
421
$this->taskFilesystemStack()->mkdir('build/80')->run();
422
- $this->setCodeceptionVersionTo('^5.0');
+ $this->setCodeceptionVersionTo('^' . self::BRANCH_5x);
423
$this->setPlatformVersionTo('8.0.2');
424
$buildFile = 'build/80/codecept.phar';
425
$this->buildPhar($buildFile);
0 commit comments