Skip to content

Commit dcddc73

Browse files
authored
Update README.md
1 parent 291f817 commit dcddc73

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,15 @@ on:
4545

4646
jobs:
4747
call-tests:
48-
uses: phpbb-extensions/test-framework/.github/workflows/tests.yml@3.3.x # Must match PHPBB_BRANCH
48+
uses: phpbb-extensions/test-framework/.github/workflows/tests.yml@master # Must match PHPBB_BRANCH
4949
with:
5050
EXTNAME: acme/demo # Your extension vendor/package name
5151
SNIFF: 1 # Run code sniffer on your code? 1 or 0
5252
IMAGE_ICC: 1 # Run icc profile sniffer on your images? 1 or 0
5353
EPV: 1 # Run EPV (Extension Pre Validator) on your code? 1 or 0
5454
EXECUTABLE_FILES: 1 # Run check for executable files? 1 or 0
5555
CODECOV: 0 # Run code coverage via codecov? 1 or 0
56-
PHPBB_BRANCH: 3.3.x # The phpBB branch to run tests on
56+
PHPBB_BRANCH: master # The phpBB branch to run tests on
5757
secrets:
5858
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} # Do not edit this
5959
```

0 commit comments

Comments
 (0)