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 4141 if : steps.check_composer_file.outputs.files_exists == 'true'
4242 uses : " ramsey/composer-install@v2"
4343 env :
44- COMPOSER_ROOT_VERSION : ' dev-main '
44+ COMPOSER_ROOT_VERSION : dev-${{ github.event.repository.default_branch }}
4545
4646 - name : Check existence of vendor/bin/parallel-lint file
4747 id : check_linter_file
8080 if : steps.check_files.outputs.files_exists == 'true'
8181 uses : " ramsey/composer-install@v2"
8282 env :
83- COMPOSER_ROOT_VERSION : ' dev-main '
83+ COMPOSER_ROOT_VERSION : dev-${{ github.event.repository.default_branch }}
8484
8585 - name : Check existence of vendor/bin/phpcs file
8686 id : check_phpcs_binary_file
Original file line number Diff line number Diff line change 4444 if : steps.check_composer_file.outputs.files_exists == 'true'
4545 uses : " ramsey/composer-install@v2"
4646 env :
47- COMPOSER_ROOT_VERSION : ' dev-main '
47+ COMPOSER_ROOT_VERSION : dev-${{ github.event.repository.default_branch }}
4848
4949 - name : Configure git user
5050 run : |
Original file line number Diff line number Diff line change 4747 if : steps.check_files.outputs.files_exists == 'true'
4848 uses : " ramsey/composer-install@v2"
4949 env :
50- COMPOSER_ROOT_VERSION : ' dev-main '
50+ COMPOSER_ROOT_VERSION : dev-${{ github.event.repository.default_branch }}
5151
5252 - name : Setup problem matcher to provide annotations for PHPUnit
5353 if : steps.check_files.outputs.files_exists == 'true'
@@ -138,7 +138,7 @@ jobs:
138138 if : steps.check_files.outputs.files_exists == 'true'
139139 uses : " ramsey/composer-install@v2"
140140 env :
141- COMPOSER_ROOT_VERSION : ' dev-main '
141+ COMPOSER_ROOT_VERSION : dev-${{ github.event.repository.default_branch }}
142142
143143 - name : Start MySQL server
144144 if : steps.check_files.outputs.files_exists == 'true'
You can’t perform that action at this time.
0 commit comments