Skip to content

Commit

Permalink
OP-556 - Coding standard.yml has been updated
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkalon committed Dec 17, 2024
1 parent 6f57ed7 commit d4b6a91
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 12 deletions.
16 changes: 5 additions & 11 deletions .github/workflows/coding_standard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion src/Repository/ShippingGatewayRepositoryInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@

/**
* @template T of ResourceInterface
* @extends RepositoryInterface<T>
*/
interface ShippingGatewayRepositoryInterface extends RepositoryInterface
{
Expand Down

0 comments on commit d4b6a91

Please sign in to comment.