File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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-master '
44+ COMPOSER_ROOT_VERSION : ' dev-main '
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-master '
83+ COMPOSER_ROOT_VERSION : ' dev-main '
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-master '
47+ COMPOSER_ROOT_VERSION : ' dev-main '
4848
4949 - name : Configure git user
5050 run : |
9696 uses : repo-sync/pull-request@v2
9797 with :
9898 source_branch : regenerate-readme
99- destination_branch : master
99+ destination_branch : main
100100 github_token : ${{ secrets.GITHUB_TOKEN }}
101101 pr_title : Regenerate README file
102102 pr_body : " **This is an automated pull-request**\n\n Refreshes the `README.md` file with the latest changes to the docblocks in the source code."
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-master '
50+ COMPOSER_ROOT_VERSION : ' dev-main '
5151
5252 - name : Setup problem matcher to provide annotations for PHPUnit
5353 if : steps.check_files.outputs.files_exists == 'true'
@@ -135,7 +135,7 @@ jobs:
135135 if : steps.check_files.outputs.files_exists == 'true'
136136 uses : " ramsey/composer-install@v2"
137137 env :
138- COMPOSER_ROOT_VERSION : ' dev-master '
138+ COMPOSER_ROOT_VERSION : ' dev-main '
139139
140140 - name : Start MySQL server
141141 if : steps.check_files.outputs.files_exists == 'true'
You can’t perform that action at this time.
0 commit comments