Skip to content

Commit b530415

Browse files
committed
Add build for 4.03
Part of the 4.3 release process [1 week before the release](https://moodledev.io/general/development/process/release#1-week-prior)
1 parent 10e9037 commit b530415

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-apidocs.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: Generate API docs and publish to Github Pages
22

33
env:
4-
BRANCHLIST: "MOODLE_311_STABLE MOODLE_400_STABLE MOODLE_401_STABLE MOODLE_402_STABLE master"
5-
VERSIONLIST: "3.11 4.00 4.01 4.02 master"
4+
BRANCHLIST: "MOODLE_311_STABLE MOODLE_400_STABLE MOODLE_401_STABLE MOODLE_402_STABLE MOODLE_403_STABLE master"
5+
VERSIONLIST: "3.11 4.00 4.01 4.02 4.03 master"
66

77
on:
88
schedule:

0 commit comments

Comments
 (0)