Skip to content

Commit a24ca3a

Browse files
committed
updated default test
1 parent ab7bebe commit a24ca3a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/Test/Functional/Acceptance/Valkey84Cest.php renamed to src/Test/Functional/Acceptance/Valkey83Cest.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
namespace Magento\CloudDocker\Test\Functional\Acceptance;
99

1010
/**
11-
* @group php84
11+
* @group php83
1212
*/
13-
class Valkey84Cest extends ValkeyCest
13+
class Valkey83Cest extends ValkeyCest
1414
{
1515
/**
1616
* Template version for testing
1717
*/
18-
protected const TEMPLATE_VERSION = '2.4.8';
18+
protected const TEMPLATE_VERSION = '2.4.7';
1919
}

src/Test/Functional/Acceptance/ValkeyCest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@
1212
use Robo\Exception\TaskException;
1313

1414
/**
15-
* @group php83
15+
* @group php84
1616
*/
1717
class ValkeyCest extends AbstractCest
1818
{
1919
/**
2020
* Template version for testing
2121
*/
22-
protected const TEMPLATE_VERSION = '2.4.7';
22+
protected const TEMPLATE_VERSION = '2.4.8';
2323

2424
/**
2525
* @param CliTester $I

0 commit comments

Comments
 (0)