Skip to content

Commit

Permalink
fix/OP-565 [Wishlist] Issue with multiple wishlists using the same token
Browse files Browse the repository at this point in the history
  • Loading branch information
Paweł Piórkowski committed Jan 30, 2025
1 parent ac5e33c commit 2533d00
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 126 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
matrix:
php: [ "8.1", "8.2", "8.3" ]
symfony: ["^5.4", "^6.4"]
sylius: [ "^1.12", "^1.13" ]
sylius: [ "~1.12", "~1.13" ]
node: [ "18.x", "20.x" ]
mysql: ["8.0"]
state_machine_adapter: ["winzou_state_machine", "symfony_workflow"]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coding_standard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
matrix:
php: [ "8.1", "8.2", "8.3" ]
symfony: [ "^5.4", "^6.4" ]
sylius: [ "^1.12", "^1.13" ]
sylius: [ "~1.12", "~1.13" ]
node: [ "18.x", "20.x" ]

steps:
Expand Down
124 changes: 0 additions & 124 deletions tests/Application/config/packages/security.yaml

This file was deleted.

0 comments on commit 2533d00

Please sign in to comment.