We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f57ca1 commit 7dcd4b6Copy full SHA for 7dcd4b6
config.sh
@@ -7,10 +7,10 @@
7
DEVBRANCHES=('main')
8
9
# Current stable branches. (Later versions first)
10
-STABLEBRANCHES=('MOODLE_500_STABLE' 'MOODLE_405_STABLE' 'MOODLE_404_STABLE')
+STABLEBRANCHES=('MOODLE_500_STABLE' 'MOODLE_405_STABLE')
11
12
# Current security branches. (Later versions first)
13
-SECURITYBRANCHES=('MOODLE_403_STABLE' 'MOODLE_401_STABLE')
+SECURITYBRANCHES=('MOODLE_404_STABLE' 'MOODLE_401_STABLE')
14
15
# UTC time when the publishing will be done. Keep this in sync with the downloads publishing time.
16
PUBLISHING_TIME='00:50:00'
0 commit comments