Skip to content

Commit ec65f2d

Browse files
authored
Merge pull request #2 from junpataleta/403_versions
Add build for 4.03
2 parents 10e9037 + b530415 commit ec65f2d

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)