We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dd0758 commit 078bfd4Copy full SHA for 078bfd4
.github/workflows/tests.yml
@@ -6,7 +6,7 @@ env:
6
IMAGE_ICC: 1 # Run icc profile sniffer on your images? 1 or 0
7
EPV: 0 # Run EPV (Extension Pre Validator) on your code? 1 or 0
8
EXECUTABLE_FILES: 1 # Run check for executable files? 1 or 0
9
- PHPBB_BRANCH: master # The phpBB branch to run tests on
+ PHPBB_BRANCH: ticket/17361 # The phpBB branch to run tests on
10
11
on:
12
push:
@@ -37,7 +37,7 @@ jobs:
37
- name: Checkout phpBB
38
uses: actions/checkout@v4
39
with:
40
- repository: phpbb/phpbb
+ repository: rubencm/phpbb
41
ref: ${{ env.PHPBB_BRANCH }}
42
path: phpBB3
43
0 commit comments