File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
src/Test/Functional/Acceptance Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 8
8
namespace Magento \CloudDocker \Test \Functional \Acceptance ;
9
9
10
10
/**
11
- * @group php84
11
+ * @group php83
12
12
*/
13
- class Valkey84Cest extends ValkeyCest
13
+ class Valkey83Cest extends ValkeyCest
14
14
{
15
15
/**
16
16
* Template version for testing
17
17
*/
18
- protected const TEMPLATE_VERSION = '2.4.8 ' ;
18
+ protected const TEMPLATE_VERSION = '2.4.7 ' ;
19
19
}
Original file line number Diff line number Diff line change 12
12
use Robo \Exception \TaskException ;
13
13
14
14
/**
15
- * @group php83
15
+ * @group php84
16
16
*/
17
17
class ValkeyCest extends AbstractCest
18
18
{
19
19
/**
20
20
* Template version for testing
21
21
*/
22
- protected const TEMPLATE_VERSION = '2.4.7 ' ;
22
+ protected const TEMPLATE_VERSION = '2.4.8 ' ;
23
23
24
24
/**
25
25
* @param CliTester $I
You can’t perform that action at this time.
0 commit comments