File tree 4 files changed +17
-2
lines changed
4 files changed +17
-2
lines changed Original file line number Diff line number Diff line change 11
11
12
12
steps :
13
13
- name : Checkout code
14
- uses : actions/checkout@v2
14
+ uses : actions/checkout@v4
15
15
16
16
- name : Set up PHP
17
17
uses : shivammathur/setup-php@v2
20
20
coverage : none
21
21
22
22
- name : Download dependencies
23
- uses : ramsey/composer-install@v1
23
+ uses : ramsey/composer-install@v2
24
24
25
25
- name : Run tests
26
26
run : ./bin/console cache:warmup --env dev
Original file line number Diff line number Diff line change 42
42
"symfony/validator" : " 6.4.*" ,
43
43
"symfony/web-link" : " 6.4.*" ,
44
44
"symfony/webpack-encore-bundle" : " ^1.11" ,
45
+ "symfony/workflow" : " 6.4.*" ,
45
46
"symfony/yaml" : " 6.4.*" ,
46
47
"twig/extra-bundle" : " ^3.0" ,
47
48
"twig/twig" : " ^3.0"
Original file line number Diff line number Diff line change
1
+ framework :
2
+ workflows : null
Original file line number Diff line number Diff line change 595
595
"webpack.config.js"
596
596
]
597
597
},
598
+ "symfony/workflow": {
599
+ "version": "5.4",
600
+ "recipe": {
601
+ "repo": "github.com/symfony/recipes",
602
+ "branch": "main",
603
+ "version": "3.3",
604
+ "ref": "3b2f8ca32a07fcb00f899649053943fa3d8bbfb6"
605
+ },
606
+ "files": [
607
+ "config/packages/workflow.yaml"
608
+ ]
609
+ },
598
610
"symfony/yaml": {
599
611
"version": "v5.4.0"
600
612
},
You can’t perform that action at this time.
0 commit comments