Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
DEVBRANCHES=('main')

# Current stable branches. (Later versions first)
STABLEBRANCHES=('MOODLE_500_STABLE' 'MOODLE_405_STABLE')
STABLEBRANCHES=('MOODLE_501_STABLE' 'MOODLE_500_STABLE')

# Current security branches. (Later versions first)
SECURITYBRANCHES=('MOODLE_404_STABLE' 'MOODLE_401_STABLE')
SECURITYBRANCHES=('MOODLE_405_STABLE' 'MOODLE_404_STABLE' 'MOODLE_401_STABLE')

# UTC time when the publishing will be done. Keep this in sync with the downloads publishing time.
PUBLISHING_TIME='00:50:00'
Expand Down