File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 type : string
99 PHPBB_BRANCH :
1010 required : false
11- default : ' 3.3.x '
11+ default : ' master '
1212 type : string
1313 SNIFF :
1414 required : false
Original file line number Diff line number Diff line change @@ -86,11 +86,11 @@ call-tests:
8686 # The following arguments are optional and can be omitted if not needed.
8787
8888 # The phpBB branch to use when running tests.
89- # Default is '3.3.x ', which this framework is designed for.
90- # If using a different branch, ensure it's compatible with 3.3.x .
91- # To test with phpBB's master branch, refer to the Branches section of this README.
92- # Default: '3.3.x '
93- PHPBB_BRANCH: '3.3.x '
89+ # Default is 'master ', which this framework is designed for.
90+ # If using a different branch, ensure it's compatible with master .
91+ # To test with phpBB's 3.3.x branch, refer to the Branches section of this README.
92+ # Default: 'master '
93+ PHPBB_BRANCH: 'master '
9494
9595 # Run phpBB's EPV (Extension Pre Validator)? 1 (yes) or 0 (no)
9696 # Default: 1
You can’t perform that action at this time.
0 commit comments