Skip to content

Commit 1d54a51

Browse files
committed
Update phpBB GH Actions
1 parent 0c5bf4a commit 1d54a51

2 files changed

Lines changed: 23 additions & 24 deletions

File tree

.github/workflows/tests.yml

Lines changed: 22 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,27 @@
11
name: Tests
22

33
on:
4-
push:
5-
branches: # Run tests when commits are pushed to these branches in your repo
6-
- main
7-
- master
8-
- develop
9-
- dev/*
10-
pull_request: # Run tests when pull requests are made on these branches in your repo
11-
branches:
12-
- main
13-
- master
14-
- develop
15-
- dev/*
4+
push:
5+
branches: # Run tests when commits are pushed to these branches in your repo
6+
- main
7+
- master
8+
- develop
9+
- dev/*
10+
pull_request: # Run tests when pull requests are made on these branches in your repo
11+
branches:
12+
- main
13+
- master
14+
- develop
15+
- dev/*
1616

1717
jobs:
18-
call-tests:
19-
name: Extension tests
20-
uses: phpbb-extensions/test-framework/.github/workflows/tests.yml@3.3.x # Must match PHPBB_BRANCH
21-
with:
22-
EXTNAME: lukewcs/extmgrplus # Your extension vendor/package name
23-
PHPBB_BRANCH: 3.3.x # The phpBB branch to run tests on
24-
RUN_MYSQL_JOBS: 0
25-
RUN_PGSQL_JOBS: 0
26-
RUN_MSSQL_JOBS: 0
27-
RUN_WINDOWS_JOBS: 0
28-
PRIMARY_PHP_VERSION: '8.4'
18+
call-tests:
19+
name: Extension tests
20+
uses: phpbb-extensions/test-framework/.github/workflows/tests.yml@3.3.x
21+
with:
22+
EXTNAME: lukewcs/extmgrplus # Your extension vendor/package name
23+
RUN_MYSQL_JOBS: 0
24+
RUN_PGSQL_JOBS: 0
25+
RUN_MSSQL_JOBS: 0
26+
RUN_WINDOWS_JOBS: 0
27+
PRIMARY_PHP_VERSION: '8.4'

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## Extension Manager Plus
22
Extension for phpBB - Adds the option to disable and re-enable all installed extensions at once to the extension management. Individual selections can be made using checkboxes. In addition, sequence groups and dependencies can be defined or extensions can be ignored. The version check is carried out in blocks and provides detailed information. Additional information is displayed in the extension management.
33

4-
[![Build Status](https://github.com/LukeWCS/ext-mgr-plus/workflows/Tests/badge.svg)](https://github.com/LukeWCS/ext-mgr-plus/actions)
4+
[![Tests](https://github.com/LukeWCS/ext-mgr-plus/actions/workflows/tests.yml/badge.svg)](https://github.com/LukeWCS/ext-mgr-plus/actions/workflows/tests.yml)
55

66
### Requirements
77
* phpBB 3.3.8 - 3.3.x

0 commit comments

Comments
 (0)