File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 78
78
79
79
steps :
80
80
- name : " Checkout"
81
- uses : " actions/checkout@v3 "
81
+ uses : " actions/checkout@v4 "
82
82
with :
83
83
fetch-depth : 2
84
84
@@ -88,18 +88,18 @@ jobs:
88
88
php-version : " ${{ matrix.php-version }}"
89
89
coverage : " pcov"
90
90
ini-values : " zend.assertions=1"
91
+ tools : " flex"
91
92
92
93
- name : " Enforce using stable dependencies"
93
94
run : " composer config minimum-stability stable"
94
95
if : " ${{ matrix.stability == 'stable' }}"
95
96
96
97
- name : " Add dependencies and enable flex"
97
98
run : |
98
- composer require --no-update symfony/flex ${{ matrix.dependencies }}
99
- composer config --no-plugins allow-plugins.symfony/flex true
99
+ composer require --no-update ${{ matrix.dependencies }}
100
100
101
101
- name : " Install dependencies with Composer"
102
- uses : " ramsey/composer-install@v2 "
102
+ uses : " ramsey/composer-install@v3 "
103
103
with :
104
104
dependency-versions : " ${{ matrix.dependency-versions }}"
105
105
composer-options : " ${{ matrix.composer-options }}"
Original file line number Diff line number Diff line change 15
15
16
16
steps :
17
17
- name : " Checkout"
18
- uses : " actions/checkout@v3 "
18
+ uses : " actions/checkout@v4 "
19
19
- name : " PHP-CS-Fixer"
20
20
uses : " docker://oskarstark/php-cs-fixer-ga:2.19.0"
21
21
with :
You can’t perform that action at this time.
0 commit comments