Skip to content

Commit b7dd557

Browse files
committed
MCLOUD-13768: Test 2.4.9-alpha with PHP 8.4 & OpenSearch 3
1 parent beea29b commit b7dd557

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Test/Functional/Acceptance/Opensearch84Cest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ class Opensearch84Cest extends OpensearchCest
1919
/**
2020
* Template version for testing
2121
*/
22-
protected const TEMPLATE_VERSION = '2.4.9';
22+
protected const TEMPLATE_VERSION = '2.4.9-alpha';
2323
}

src/Test/Functional/Acceptance/OpensearchCest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class OpensearchCest extends AbstractCest
1919
/**
2020
* Template version for testing
2121
*/
22-
protected const TEMPLATE_VERSION = '2.4.9';
22+
protected const TEMPLATE_VERSION = '2.4.9-alpha';
2323

2424
/**
2525
* @param CliTester $I

0 commit comments

Comments
 (0)