We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 37c033e + 6a9bf14 commit 1f97bd0Copy full SHA for 1f97bd0
3 files changed
.github/workflows/main.yml
@@ -8,7 +8,7 @@ jobs:
8
9
strategy:
10
matrix:
11
- php: [7.4, 8.0, 8.1]
+ php: [8.0, 8.1]
12
13
steps:
14
- name: Checkout code
composer.json
@@ -12,8 +12,8 @@
],
"minimum-stability": "RC",
"require": {
15
- "php": "^7.4 | ^8.0",
16
- "codeception/codeception": "^4.0"
+ "php": "^8.0",
+ "codeception/codeception": "^5.0"
17
},
18
"require-dev": {
19
"pda/pheanstalk": "^3.0 | ^4.0",
tests/unit/Codeception/Module/QueueTest.php
@@ -6,7 +6,7 @@
6
use Codeception\Module\Queue;
7
use Codeception\PHPUnit\TestCase;
use Codeception\TestInterface;
-use Codeception\Util\Stub;
+use Codeception\Stub;
abstract class QueueTest extends TestCase
{
0 commit comments