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 88namespace 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}
Original file line number Diff line number Diff line change 1212use Robo \Exception \TaskException ;
1313
1414/**
15- * @group php83
15+ * @group php84
1616 */
1717class 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
You can’t perform that action at this time.
0 commit comments