Skip to content

Commit

Permalink
Merge pull request #153 from magento-commerce/MCLOUD-12390
Browse files Browse the repository at this point in the history
Bump MariaDB 11.4.0
  • Loading branch information
andriyShevtsov authored Sep 12, 2024
2 parents cc078c8 + 3aea0c2 commit d3fb8f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Service/Validator.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class Validator
'>=2.3.6-p1 <2.4.0' => '>=10.0 <10.4',
'>=2.4.0 <2.4.6' => '>=10.2 <10.5',
'>=2.4.6' => '>=10.6 <10.7',

'>=2.4.7' => '>=11.4 <11.5',
],
ServiceInterface::NAME_DB_MYSQL => [
'<2.3.0' => '~5.6.0 || ~5.7.0',
Expand Down
2 changes: 1 addition & 1 deletion src/Test/Unit/Service/ValidatorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,7 @@ public function validateVersionsDataProvider(): array
'2.4.7',
[
ServiceInterface::NAME_PHP => '8.2.0',
ServiceInterface::NAME_DB_MARIA => '10.6.0',
ServiceInterface::NAME_DB_MARIA => '11.4.0',
ServiceInterface::NAME_VARNISH => '7.1.1',
ServiceInterface::NAME_REDIS => '7.2.0',
ServiceInterface::NAME_OPENSEARCH => '2.3.0',
Expand Down

0 comments on commit d3fb8f9

Please sign in to comment.