We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c653b1f commit 107a06bCopy full SHA for 107a06b
.github/workflows/build.yaml
@@ -31,12 +31,12 @@ jobs:
31
database: ["mysql", "postgres"]
32
mysql: ["8.4"]
33
postgres: ["15.8"]
34
- node: ["20.x"]
+ node: ["22.x"]
35
state_machine_adapter: ["symfony_workflow"]
36
37
include:
38
- php: "8.3"
39
- symfony: "~7.2.0"
+ symfony: "~7.3.0"
40
sylius: "~2.1.0"
41
node: "24.x"
42
database: "mysql"
0 commit comments