File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 41
41
if : steps.check_composer_file.outputs.files_exists == 'true'
42
42
uses : " ramsey/composer-install@v2"
43
43
env :
44
- COMPOSER_ROOT_VERSION : ' dev-main '
44
+ COMPOSER_ROOT_VERSION : dev-${{ github.event.repository.default_branch }}
45
45
46
46
- name : Check existence of vendor/bin/parallel-lint file
47
47
id : check_linter_file
80
80
if : steps.check_files.outputs.files_exists == 'true'
81
81
uses : " ramsey/composer-install@v2"
82
82
env :
83
- COMPOSER_ROOT_VERSION : ' dev-main '
83
+ COMPOSER_ROOT_VERSION : dev-${{ github.event.repository.default_branch }}
84
84
85
85
- name : Check existence of vendor/bin/phpcs file
86
86
id : check_phpcs_binary_file
Original file line number Diff line number Diff line change 44
44
if : steps.check_composer_file.outputs.files_exists == 'true'
45
45
uses : " ramsey/composer-install@v2"
46
46
env :
47
- COMPOSER_ROOT_VERSION : ' dev-main '
47
+ COMPOSER_ROOT_VERSION : dev-${{ github.event.repository.default_branch }}
48
48
49
49
- name : Configure git user
50
50
run : |
Original file line number Diff line number Diff line change 47
47
if : steps.check_files.outputs.files_exists == 'true'
48
48
uses : " ramsey/composer-install@v2"
49
49
env :
50
- COMPOSER_ROOT_VERSION : ' dev-main '
50
+ COMPOSER_ROOT_VERSION : dev-${{ github.event.repository.default_branch }}
51
51
52
52
- name : Setup problem matcher to provide annotations for PHPUnit
53
53
if : steps.check_files.outputs.files_exists == 'true'
@@ -138,7 +138,7 @@ jobs:
138
138
if : steps.check_files.outputs.files_exists == 'true'
139
139
uses : " ramsey/composer-install@v2"
140
140
env :
141
- COMPOSER_ROOT_VERSION : ' dev-main '
141
+ COMPOSER_ROOT_VERSION : dev-${{ github.event.repository.default_branch }}
142
142
143
143
- name : Start MySQL server
144
144
if : steps.check_files.outputs.files_exists == 'true'
You can’t perform that action at this time.
0 commit comments