Skip to content

Commit 2ad6128

Browse files
committed
Bump Codeception to 5.1
1 parent 06bb017 commit 2ad6128

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

RoboFile.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class RoboFile extends \Robo\Tasks
1111

1212
const REPO_BLOB_URL = 'https://github.com/Codeception/Codeception/blob';
1313
const BRANCH_4x = '4.2';
14-
const BRANCH_5x = '5.0';
14+
const BRANCH_5x = '5.1';
1515

1616
function post()
1717
{
@@ -419,7 +419,7 @@ public function buildPhar80()
419419
$this->stopOnFail();
420420

421421
$this->taskFilesystemStack()->mkdir('build/80')->run();
422-
$this->setCodeceptionVersionTo('^5.0');
422+
$this->setCodeceptionVersionTo('^' . self::BRANCH_5x);
423423
$this->setPlatformVersionTo('8.0.2');
424424
$buildFile = 'build/80/codecept.phar';
425425
$this->buildPhar($buildFile);

0 commit comments

Comments
 (0)