diff --git a/.github/workflows/coding_standard.yml b/.github/workflows/coding_standard.yml index eb9c8e9..a7f9dd6 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: [ "18.x", "20.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 {