We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 809f3d0 + 401ea5b commit 9dcd01aCopy full SHA for 9dcd01a
.github/workflows/build.yaml
@@ -21,7 +21,7 @@ jobs:
21
matrix:
22
php: ["8.2", "8.3"]
23
symfony: ["^6.4", "^7.1"]
24
- sylius: ["~2.0.x-dev"]
+ sylius: ["~2.0.1"]
25
database: ["mysql", "postgres"]
26
mysql: ["8.4"]
27
postgres: ["15.8"]
@@ -32,7 +32,7 @@ jobs:
32
- php: "8.3"
33
symfony: "^7.1"
34
database: "mysql"
35
- sylius: "~2.0.x-dev"
+ sylius: "~2.0.1"
36
mysql: "8.4"
37
node: "20.x"
38
state_machine_adapter: "winzou_state_machine"
0 commit comments