We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50becf4 commit 4edf4bcCopy full SHA for 4edf4bc
.github/workflows/build.yml
@@ -22,16 +22,16 @@ jobs:
22
matrix:
23
php: [ "8.0", "8.1", "8.2", "8.3" ]
24
symfony: [ "^5.4", "^6.4" ]
25
- sylius: [ "^1.12", "^1.13" ]
+ sylius: [ "~1.12.0", "~1.13.0" ]
26
node: [ "18.x", "20.x" ]
27
- mysql: [ "8.0" ]
28
-
+ mysql: [ "5.7", "8.0" ]
+
29
exclude:
30
- - sylius: ^1.13
31
- php: 8.0
32
- - sylius: ^1.12
33
34
- symfony: ^6.4
+ - sylius: "~1.13.0"
+ php: "8.0"
+ - sylius: "~1.12.0"
+ symfony: "^6.4"
35
36
env:
37
APP_ENV: test
0 commit comments