Skip to content

Commit

Permalink
Merge branch 'main' into ECP-8518
Browse files Browse the repository at this point in the history
  • Loading branch information
candemiralp authored Sep 27, 2024
2 parents 776db12 + 4d2c099 commit 344d7f1
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/docker-compose.e2e.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3'
services:
playwright:
image: mcr.microsoft.com/playwright:v1.47.0
image: mcr.microsoft.com/playwright:v1.47.2
shm_size: 1gb
ipc: host
cap_add:
Expand Down
2 changes: 1 addition & 1 deletion .github/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ services:
MARIADB_USER: magento
MARIADB_PASSWORD: magento
elastic:
image: elasticsearch:7.17.22
image: elasticsearch:7.17.23
container_name: elasticsearch
networks:
- backend
Expand Down
6 changes: 2 additions & 4 deletions Model/Resolver/StoreConfig/StoreLocale.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,13 @@
use Magento\Framework\GraphQl\Schema\Type\ResolveInfo;
use Magento\GraphQl\Model\Query\Context;
use Magento\Store\Api\Data\StoreInterface;
use Reflet\GraphQlFaker\Attribute\FakeResolver;
use Reflet\GraphQlFaker\Model\Resolver\NullResolver;

class StoreLocale implements ResolverInterface
{
protected Data $dataHelper;
protected Data $adyenHelper;

/**
* @param Data $adyenHelper
* @param \Adyen\Payment\Helper\Data $adyenHelper
*/
public function __construct(
Data $adyenHelper
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ The schedule for the current maintained branches is:
| Plugin Major Version | Release Date | Level 1 Support ends | Level 2 Support ends | Level 3 Support ends |
| :----- |:--------------|:---------------------|:---------------------|:---------------------|
| Version 8 | November 2021 | January 2024 | May 2024 | January 2025 |
| Version 9 | October 2023 | -- | -- | -- |
| Version 9 | October 2023 | December 2025 | May 2026 | December 2026 |

Or, visualised as a calendar:

Expand Down

0 comments on commit 344d7f1

Please sign in to comment.