Skip to content

Commit 66428bc

Browse files
committed
Add 4.3 to the version list
Part of the 4.3 release tasks the [week before the release](https://moodledev.io/general/development/process/release#1-week-prior)
1 parent 53d4943 commit 66428bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-apidocs.yml

Lines changed: 2 additions & 2 deletions
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_39_STABLE MOODLE_311_STABLE MOODLE_400_STABLE MOODLE_401_STABLE MOODLE_402_STABLE master"
5-
VERSIONLIST: "3.9 3.11 4.00 4.1 4.2 master"
4+
BRANCHLIST: "MOODLE_39_STABLE MOODLE_311_STABLE MOODLE_400_STABLE MOODLE_401_STABLE MOODLE_402_STABLE MOODLE_403_STABLE master"
5+
VERSIONLIST: "3.9 3.11 4.00 4.1 4.2 4.3 master"
66

77
on:
88
schedule:

0 commit comments

Comments
 (0)