1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Moodle dev branch renamed from 'master' to 'main'

This commit is contained in:
root 2024-08-22 21:32:24 -04:00
parent 86fa7bd49c
commit 3bb74ec09a
2 changed files with 4 additions and 4 deletions

View file

@ -8,11 +8,11 @@
# If nec, change them by editing /etc/iiab/local_vars.yml prior to installing!
# 2023-04-25: Currently testing Moodle's master branch is mandatory if your
# April 2024: Currently testing Moodle's main branch is mandatory if your
# OS PHP >= 8.3, see moodle/tasks/install.yml for detail! OR, *IF* your
# OS PHP < 8.3, then {{ moodle_version }} will be attempted:
moodle_version: MOODLE_404_STABLE # Moodle 4.4
#moodle_version: master # e.g. to try Moodle's "weekly" 4.5dev pre-release *EVEN IF* OS PHP < 8.4
#moodle_version: main # e.g. to try Moodle's "weekly" 4.5dev pre-release *EVEN IF* OS PHP < 8.4
moodle_repo_url: https://github.com/moodle/moodle
#moodle_repo_url: git://git.moodle.org/moodle.git # 2020-10-16: VERY Slow!