From b530415d6b306de9c92d307f08b85ccaa9b5d89a Mon Sep 17 00:00:00 2001 From: Jun Pataleta Date: Mon, 2 Oct 2023 18:59:32 +0800 Subject: [PATCH] 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) --- .github/workflows/publish-apidocs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-apidocs.yml b/.github/workflows/publish-apidocs.yml index cd20a532bd..325852309c 100644 --- a/.github/workflows/publish-apidocs.yml +++ b/.github/workflows/publish-apidocs.yml @@ -1,8 +1,8 @@ name: Generate API docs and publish to Github Pages env: - BRANCHLIST: "MOODLE_311_STABLE MOODLE_400_STABLE MOODLE_401_STABLE MOODLE_402_STABLE master" - VERSIONLIST: "3.11 4.00 4.01 4.02 master" + BRANCHLIST: "MOODLE_311_STABLE MOODLE_400_STABLE MOODLE_401_STABLE MOODLE_402_STABLE MOODLE_403_STABLE master" + VERSIONLIST: "3.11 4.00 4.01 4.02 4.03 master" on: schedule: