File tree Expand file tree Collapse file tree 3 files changed +12
-6
lines changed
Expand file tree Collapse file tree 3 files changed +12
-6
lines changed Original file line number Diff line number Diff line change 44 pull_request :
55 push :
66 branches :
7+ - main
78 - master
89
910# Cancels all previous workflow runs for the same branch that have not yet completed.
4041 if : steps.check_composer_file.outputs.files_exists == 'true'
4142 uses : " ramsey/composer-install@v2"
4243 env :
43- COMPOSER_ROOT_VERSION : ' dev-master '
44+ COMPOSER_ROOT_VERSION : ' dev-main '
4445
4546 - name : Check existence of vendor/bin/parallel-lint file
4647 id : check_linter_file
7980 if : steps.check_files.outputs.files_exists == 'true'
8081 uses : " ramsey/composer-install@v2"
8182 env :
82- COMPOSER_ROOT_VERSION : ' dev-master '
83+ COMPOSER_ROOT_VERSION : ' dev-main '
8384
8485 - name : Check existence of vendor/bin/phpcs file
8586 id : check_phpcs_binary_file
Original file line number Diff line number Diff line change 44 workflow_dispatch :
55 push :
66 branches :
7+ - main
78 - master
89 paths-ignore :
910 - ' features/**'
4344 if : steps.check_composer_file.outputs.files_exists == 'true'
4445 uses : " ramsey/composer-install@v2"
4546 env :
46- COMPOSER_ROOT_VERSION : ' dev-master '
47+ COMPOSER_ROOT_VERSION : ' dev-main '
4748
4849 - name : Configure git user
4950 run : |
9596 uses : repo-sync/pull-request@v2
9697 with :
9798 source_branch : regenerate-readme
98- destination_branch : master
99+ destination_branch : main
99100 github_token : ${{ secrets.GITHUB_TOKEN }}
100101 pr_title : Regenerate README file
101102 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 44 pull_request :
55 push :
66 branches :
7+ - main
78 - master
89
910# Cancels all previous workflow runs for the same branch that have not yet completed.
4647 if : steps.check_files.outputs.files_exists == 'true'
4748 uses : " ramsey/composer-install@v2"
4849 env :
49- COMPOSER_ROOT_VERSION : ' dev-master '
50+ COMPOSER_ROOT_VERSION : ' dev-main '
5051
5152 - name : Setup problem matcher to provide annotations for PHPUnit
5253 if : steps.check_files.outputs.files_exists == 'true'
8687 - php : ' 8.0'
8788 wp : ' trunk'
8889 mysql : ' 5.6'
90+ - php : ' 8.1'
91+ wp : ' trunk'
92+ mysql : ' 8.0'
8993 - php : ' 5.6'
9094 wp : ' 3.7'
9195 mysql : ' 5.6'
@@ -134,7 +138,7 @@ jobs:
134138 if : steps.check_files.outputs.files_exists == 'true'
135139 uses : " ramsey/composer-install@v2"
136140 env :
137- COMPOSER_ROOT_VERSION : ' dev-master '
141+ COMPOSER_ROOT_VERSION : ' dev-main '
138142
139143 - name : Start MySQL server
140144 if : steps.check_files.outputs.files_exists == 'true'
You can’t perform that action at this time.
0 commit comments