File tree Expand file tree Collapse file tree 3 files changed +48
-0
lines changed Expand file tree Collapse file tree 3 files changed +48
-0
lines changed Original file line number Diff line number Diff line change
1
+ ### Expected Behavior
2
+
3
+
4
+ ### Actual Behavior
5
+
6
+
7
+ ### Steps to Reproduce the Problem
8
+
9
+ 1 .
10
+ 1 .
11
+ 1 .
12
+
13
+ ### Specifications
14
+
15
+ - phpbb version:
16
+ - recenttopics version:
17
+
Original file line number Diff line number Diff line change
1
+ ### Pull Request rules for this phpBB Extension repository:
2
+
3
+ * No PR will be accepted that would add a new language pack. (Corrections for the included language packs are welcome.)
4
+ * No PR will be accepted that would add a new style template. (Corrections for prosilver are welcome.)
5
+ * No PR will be accepted if the description is missing. This applies in particular to code changes.
6
+
7
+ This message does not automatically destroy itself after reading and must be removed manually. ^^
Original file line number Diff line number Diff line change
1
+ name : Tests
2
+
3
+ on :
4
+ push : # Run tests when commits are pushed to these branches in your repo,
5
+ branches : # ... or remove this branches section to run tests on all your branches
6
+ - main # Main production branch
7
+ - master # Legacy or alternative main branch
8
+
9
+ pull_request : # Run tests when pull requests are made on these branches in your repo,
10
+ branches : # ... or remove this branches section to run tests on all your branches
11
+ - main
12
+ - master
13
+
14
+ jobs :
15
+ call-tests :
16
+ name : Extension tests
17
+ uses : phpbb-extensions/test-framework/.github/workflows/tests.yml@3.3.x
18
+ with :
19
+ EXTNAME : imcger/imgupload # Your extension vendor/package name (required)
20
+ RUN_MYSQL_JOBS : 0
21
+ RUN_PGSQL_JOBS : 0
22
+ RUN_MSSQL_JOBS : 0
23
+ RUN_WINDOWS_JOBS : 0
24
+ PRIMARY_PHP_VERSION : ' 8.3'
You can’t perform that action at this time.
0 commit comments