Skip to content

Commit 1f97bd0

Browse files
authored
Merge pull request #7 from Codeception/codecept5
Support Codeception 5
2 parents 37c033e + 6a9bf14 commit 1f97bd0

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88

99
strategy:
1010
matrix:
11-
php: [7.4, 8.0, 8.1]
11+
php: [8.0, 8.1]
1212

1313
steps:
1414
- name: Checkout code

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
],
1313
"minimum-stability": "RC",
1414
"require": {
15-
"php": "^7.4 | ^8.0",
16-
"codeception/codeception": "^4.0"
15+
"php": "^8.0",
16+
"codeception/codeception": "^5.0"
1717
},
1818
"require-dev": {
1919
"pda/pheanstalk": "^3.0 | ^4.0",

tests/unit/Codeception/Module/QueueTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
use Codeception\Module\Queue;
77
use Codeception\PHPUnit\TestCase;
88
use Codeception\TestInterface;
9-
use Codeception\Util\Stub;
9+
use Codeception\Stub;
1010

1111
abstract class QueueTest extends TestCase
1212
{

0 commit comments

Comments
 (0)