Skip to content

Commit 7566d2c

Browse files
committed
Update for master
1 parent 7b78894 commit 7566d2c

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
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

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)