Skip to content

Commit a37b694

Browse files
committed
OP-514 - build.yml has been fixed
1 parent 50becf4 commit a37b694

File tree

2 files changed

+8
-11
lines changed

2 files changed

+8
-11
lines changed

.github/workflows/build.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,16 @@ jobs:
2222
matrix:
2323
php: [ "8.0", "8.1", "8.2", "8.3" ]
2424
symfony: [ "^5.4", "^6.4" ]
25-
sylius: [ "^1.12", "^1.13" ]
25+
sylius: [ "~1.12.0", "~1.13.0" ]
2626
node: [ "18.x", "20.x" ]
27-
mysql: [ "8.0" ]
28-
27+
mysql: [ "5.7", "8.0" ]
28+
2929
exclude:
30-
- sylius: ^1.13
31-
php: 8.0
32-
- sylius: ^1.12
33-
php: 8.0
34-
symfony: ^6.4
30+
- sylius: "~1.13.0"
31+
php: "8.0"
32+
- sylius: "~1.12.0"
33+
php: "8.0"
34+
symfony: "^6.4"
3535

3636
env:
3737
APP_ENV: test

composer.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,6 @@
3838
"symfony/web-profiler-bundle": "^5.4 || ^6.0",
3939
"polishsymfonycommunity/symfony-mocker-container": "^1.0"
4040
},
41-
"conflict": {
42-
"doctrine/persistence": "<3.0"
43-
},
4441
"config": {
4542
"sort-packages": true,
4643
"allow-plugins": {

0 commit comments

Comments
 (0)