Skip to content

Commit 7dcd4b6

Browse files
committed
404 goes to security and 403 goes out of support
1 parent 9f57ca1 commit 7dcd4b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
DEVBRANCHES=('main')
88

99
# Current stable branches. (Later versions first)
10-
STABLEBRANCHES=('MOODLE_500_STABLE' 'MOODLE_405_STABLE' 'MOODLE_404_STABLE')
10+
STABLEBRANCHES=('MOODLE_500_STABLE' 'MOODLE_405_STABLE')
1111

1212
# Current security branches. (Later versions first)
13-
SECURITYBRANCHES=('MOODLE_403_STABLE' 'MOODLE_401_STABLE')
13+
SECURITYBRANCHES=('MOODLE_404_STABLE' 'MOODLE_401_STABLE')
1414

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

0 commit comments

Comments
 (0)