File tree Expand file tree Collapse file tree 4 files changed +19
-5
lines changed Expand file tree Collapse file tree 4 files changed +19
-5
lines changed Original file line number Diff line number Diff line change 46
46
- uses : shivammathur/setup-php@v2
47
47
48
48
- name : Install root dependencies
49
- run : composer install
49
+ uses : ramsey/composer-install@v3
50
+ with :
51
+ working-directory : ${{ github.workspace }}
50
52
51
53
- name : Build root packages
52
54
run : php .github/build-packages.php
Original file line number Diff line number Diff line change @@ -34,10 +34,16 @@ jobs:
34
34
runs-on : ubuntu-latest
35
35
steps :
36
36
- uses : actions/checkout@v4
37
+
37
38
- uses : shivammathur/setup-php@v2
38
39
with :
39
40
php-version : ' 8.1'
40
- - run : composer install
41
+
42
+ - name : Install root dependencies
43
+ uses : ramsey/composer-install@v3
44
+ with :
45
+ working-directory : ${{ github.workspace }}
46
+
41
47
- name : php-cs-fixer
42
48
run : ./vendor/bin/php-cs-fixer fix --dry-run --diff
43
49
84
90
tools : flex
85
91
86
92
- name : Install root dependencies
87
- run : composer install
93
+ uses : ramsey/composer-install@v3
94
+ with :
95
+ working-directory : ${{ github.workspace }}
88
96
89
97
- name : Build root packages
90
98
run : php .github/build-packages.php
Original file line number Diff line number Diff line change 57
57
tools : flex
58
58
59
59
- name : Install root dependencies
60
- run : composer install
60
+ uses : ramsey/composer-install@v3
61
+ with :
62
+ working-directory : ${{ github.workspace }}
61
63
62
64
- name : Build root packages
63
65
run : php .github/build-packages.php
Original file line number Diff line number Diff line change 69
69
tools : flex
70
70
71
71
- name : Install root dependencies
72
- run : composer install
72
+ uses : ramsey/composer-install@v3
73
+ with :
74
+ working-directory : ${{ github.workspace }}
73
75
74
76
- name : Build root packages
75
77
run : php .github/build-packages.php
You can’t perform that action at this time.
0 commit comments