Skip to content

Commit 4edf4bc

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

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
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

0 commit comments

Comments
 (0)