File tree Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 5151 ini-values : error_reporting=E_ALL & ~E_DEPRECATED, display_errors=On
5252 coverage : none
5353
54+ - name : Enable creation of `composer.lock` file
55+ if : ${{ matrix.dependencies == 'lowest' }}
56+ run : composer config --unset lock
57+
5458 # Install dependencies and handle caching in one go.
5559 # @link https://github.com/marketplace/actions/install-php-dependencies-with-composer
5660 - name : Install Composer dependencies
Original file line number Diff line number Diff line change @@ -123,6 +123,10 @@ jobs:
123123 sirbrillig/phpcs-variable-analysis:"2.x"
124124 wp-coding-standards/wpcs:"dev-develop"
125125
126+ - name : Enable creation of `composer.lock` file
127+ if : ${{ matrix.dependencies == 'lowest' }}
128+ run : composer config --unset lock
129+
126130 # Install dependencies and handle caching in one go.
127131 # @link https://github.com/marketplace/actions/install-php-dependencies-with-composer
128132 - name : Install Composer dependencies
Original file line number Diff line number Diff line change 3333 "config" : {
3434 "allow-plugins" : {
3535 "dealerdirect/phpcodesniffer-composer-installer" : true
36- }
36+ },
37+ "lock" : false
3738 },
3839 "scripts" : {
3940 "test-ruleset" : " bin/ruleset-tests" ,
You can’t perform that action at this time.
0 commit comments