From 1b69d0ddc23298915bc7a90e631bbae8372045fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20Kali=C5=84ski?= Date: Tue, 17 Dec 2024 11:01:30 +0100 Subject: [PATCH] OP-556 - Coding standard.yml has been updated --- .github/workflows/build.yml | 2 +- .github/workflows/coding_standard.yml | 16 +++++----------- .../ShippingGatewayRepositoryInterface.php | 1 - 3 files changed, 6 insertions(+), 13 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4b716c0..0a73e22 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -23,7 +23,7 @@ jobs: php: [ "8.2", "8.3" ] symfony: ["^6.4", "^7.1" ] sylius: [ "~2.0.0" ] - node: [ "18.x", "20.x" ] + node: [ "20.x", "22.x" ] mysql: [ "8.0" ] env: diff --git a/.github/workflows/coding_standard.yml b/.github/workflows/coding_standard.yml index eb9c8e9..4ff1d25 100644 --- a/.github/workflows/coding_standard.yml +++ b/.github/workflows/coding_standard.yml @@ -18,17 +18,11 @@ jobs: strategy: fail-fast: false matrix: - php: [ "8.0", "8.1", "8.2", "8.3" ] - symfony: [ "^5.4", "^6.4" ] - sylius: [ "^1.12", "^1.13" ] - node: [ "18.x", "20.x" ] - - exclude: - - sylius: ^1.13 - php: 8.0 - - sylius: ^1.12 - php: 8.0 - symfony: ^6.4 + php: [ "8.2", "8.3" ] + symfony: ["^6.4", "^7.1" ] + sylius: [ "~2.0.0" ] + node: [ "20.x", "22.x" ] + mysql: [ "8.0" ] steps: - uses: actions/checkout@v3 diff --git a/src/Repository/ShippingGatewayRepositoryInterface.php b/src/Repository/ShippingGatewayRepositoryInterface.php index f6d9684..8fbb0eb 100644 --- a/src/Repository/ShippingGatewayRepositoryInterface.php +++ b/src/Repository/ShippingGatewayRepositoryInterface.php @@ -19,7 +19,6 @@ /** * @template T of ResourceInterface - * @extends RepositoryInterface */ interface ShippingGatewayRepositoryInterface extends RepositoryInterface {