Skip to content

Commit 4d559af

Browse files
committed
[UC-22] Small fixes
1 parent dc32d6f commit 4d559af

3 files changed

Lines changed: 11 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
sylius: "~2.1.0"
3636
node: "22.x"
3737
database: "mysql"
38-
mysql: "8.4"
38+
mysql: "8.0"
3939
state_machine_adapter: "winzou_state_machine"
4040

4141
env:

config/packages/messenger.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ framework:
88
#1000 * 60 * 10
99
delay: 600000
1010
multiplier: 2
11-
# routing:
12-
# BitBag\SyliusUserComPlugin\Message\OrderSynchronization: user_com_asynchronous
13-
# BitBag\SyliusUserComPlugin\Message\UserSynchronization: user_com_asynchronous
11+
routing:
12+
BitBag\SyliusUserComPlugin\Message\OrderSynchronization: user_com_asynchronous
13+
BitBag\SyliusUserComPlugin\Message\UserSynchronization: user_com_asynchronous

src/Migrations/Version20250923061310.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
<?php
22

3+
/*
4+
* This file has been created by developers from BitBag.
5+
* Feel free to contact us once you face any issues or want to start
6+
* You can find more information about us on https://bitbag.io and write us
7+
* an email on hello@bitbag.io.
8+
*/
9+
310
declare(strict_types=1);
411

512
namespace BitBag\SyliusUserComPlugin\Migrations;

0 commit comments

Comments
 (0)