Skip to content
This repository was archived by the owner on Aug 5, 2024. It is now read-only.

Commit 5191a1b

Browse files
committed
[GitHub actions]
1 parent 0128139 commit 5191a1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ jobs:
2323
matrix:
2424
php: ["7.4"]
2525
symfony: ["^4.4", "^5.2"]
26-
sylius: ["~1.9.0", "~1.10.0"]
26+
sylius: ["1.9.6", "1.10.0"]
2727
node: ["10.x"]
2828
mysql: ["8.0"]
2929

3030
exclude:
31-
- sylius: ~1.10.0
31+
- sylius: 1.10.0
3232
symfony: 4.4
3333

3434
env:

0 commit comments

Comments
 (0)