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

moodle_version: MOODLE_402_STABLE (for Moodle 4.2)

This commit is contained in:
A Holt 2023-04-25 15:44:14 -04:00 committed by GitHub
parent 409efd3222
commit 18fe41b9c6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,10 +8,10 @@
# If nec, change them by editing /etc/iiab/local_vars.yml prior to installing!
# 2022-11-27: Currently testing Moodle's master branch is mandatory if your
# OS PHP >= 8.2, see moodle/tasks/install.yml for detail! OR, *IF* your
# OS PHP < 8.2, then {{ moodle_version }} will be attempted:
moodle_version: MOODLE_401_STABLE # Moodle 4.1 LTS
# 2023-04-25: Currently testing Moodle's master 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_402_STABLE # Moodle 4.2
#moodle_version: master # e.g. to try Moodle's "weekly" 4.2dev pre-release *EVEN IF* OS PHP < 8.2
moodle_repo_url: https://github.com/moodle/moodle
#moodle_repo_url: git://git.moodle.org/moodle.git # 2020-10-16: VERY Slow!