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 51
51
ini-values : error_reporting=E_ALL & ~E_DEPRECATED, display_errors=On
52
52
coverage : none
53
53
54
+ - name : Enable creation of `composer.lock` file
55
+ if : ${{ matrix.dependencies == 'lowest' }}
56
+ run : composer config --unset lock
57
+
54
58
# Install dependencies and handle caching in one go.
55
59
# @link https://github.com/marketplace/actions/install-php-dependencies-with-composer
56
60
- name : Install Composer dependencies
Original file line number Diff line number Diff line change @@ -123,6 +123,10 @@ jobs:
123
123
sirbrillig/phpcs-variable-analysis:"2.x"
124
124
wp-coding-standards/wpcs:"dev-develop"
125
125
126
+ - name : Enable creation of `composer.lock` file
127
+ if : ${{ matrix.dependencies == 'lowest' }}
128
+ run : composer config --unset lock
129
+
126
130
# Install dependencies and handle caching in one go.
127
131
# @link https://github.com/marketplace/actions/install-php-dependencies-with-composer
128
132
- name : Install Composer dependencies
Original file line number Diff line number Diff line change 33
33
"config" : {
34
34
"allow-plugins" : {
35
35
"dealerdirect/phpcodesniffer-composer-installer" : true
36
- }
36
+ },
37
+ "lock" : false
37
38
},
38
39
"scripts" : {
39
40
"test-ruleset" : " bin/ruleset-tests" ,
You can’t perform that action at this time.
0 commit comments