Skip to content

Commit 4bb1039

Browse files
author
Paweł Piórkowski
committed
fix/OP-565 [Wishlist] Issue with multiple wishlists using the same token
1 parent 6c95f31 commit 4bb1039

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
fail-fast: false
2424
matrix:
2525
php: [ "8.1", "8.2", "8.3" ]
26-
symfony: [ "^6.4", "^7.1" ]
26+
symfony: [ "^6.4" ]
2727
sylius: [ "~1.12", "~1.13" ]
2828
node: [ "18.x", "20.x" ]
2929
mysql: ["8.0"]

.github/workflows/coding_standard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
fail-fast: false
2020
matrix:
2121
php: [ "8.1", "8.2", "8.3" ]
22-
symfony: [ "^6.4", "^7.1" ]
22+
symfony: [ "^6.4" ]
2323
sylius: [ "~1.12", "~1.13" ]
2424
node: [ "18.x", "20.x" ]
2525

0 commit comments

Comments
 (0)