Skip to content

Commit

Permalink
Add build for 4.03
Browse files Browse the repository at this point in the history
Part of the 4.3 release process [1 week before the release](https://moodledev.io/general/development/process/release#1-week-prior)
  • Loading branch information
junpataleta committed Oct 2, 2023
1 parent 10e9037 commit b530415
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-apidocs.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit b530415

Please sign in to comment.