File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed
symfony-addon-form-types/.github/workflows Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change 18
18
uses : ' shivammathur/setup-php@v2'
19
19
with :
20
20
php-version : ' 8.1'
21
+ - name : ' Fix dependencies'
22
+ uses : ' php-actions/composer@v6'
23
+ with :
24
+ command : ' require'
25
+ args : ' darkwebdesign/symfony-addon-transformers:6.2.x-dev --dev --no-install'
26
+ php_version : ' 8.1'
21
27
- name : ' Composer Install'
22
28
uses : ' ramsey/composer-install@v3'
23
29
- name : ' Rector'
33
39
uses : ' shivammathur/setup-php@v2'
34
40
with :
35
41
php-version : ' 8.1'
42
+ - name : ' Fix dependencies'
43
+ uses : ' php-actions/composer@v6'
44
+ with :
45
+ command : ' require'
46
+ args : ' darkwebdesign/symfony-addon-transformers:6.2.x-dev --dev --no-install'
47
+ php_version : ' 8.1'
36
48
- name : ' Composer Install'
37
49
uses : ' ramsey/composer-install@v3'
38
50
- name : ' PHPStan'
48
60
uses : ' shivammathur/setup-php@v2'
49
61
with :
50
62
php-version : ' 8.1'
63
+ - name : ' Fix dependencies'
64
+ uses : ' php-actions/composer@v6'
65
+ with :
66
+ command : ' require'
67
+ args : ' darkwebdesign/symfony-addon-transformers:6.2.x-dev --dev --no-install'
68
+ php_version : ' 8.1'
51
69
- name : ' Composer Install'
52
70
uses : ' ramsey/composer-install@v3'
53
71
- name : ' PHP CS Fixer'
70
88
uses : ' shivammathur/setup-php@v2'
71
89
with :
72
90
php-version : " ${{ matrix.php }}"
91
+ - name : ' Fix dependencies'
92
+ uses : ' php-actions/composer@v6'
93
+ with :
94
+ command : ' require'
95
+ args : ' darkwebdesign/symfony-addon-transformers:6.2.x-dev --dev --no-install'
96
+ php_version : " ${{ matrix.php }}"
73
97
- name : ' Composer Install'
74
98
uses : ' ramsey/composer-install@v3'
75
99
- name : ' PHPUnit'
You can’t perform that action at this time.
0 commit comments