davidherney / moodle-format_onetopic

Course format Onetopic to LMS Moodle
GNU General Public License v3.0
19 stars 44 forks source link

Run code checks against Moodle 4.1 #135

Closed james-cnz closed 1 year ago

james-cnz commented 1 year ago

Moodle now has a branch for Moodle 4.1, and it doesn't seem to require recompiling AMD currently, so maybe plugins can support Moodle 4.0 and 4.1 on one branch. While it's good to check against every Moodle version, PHP version, and database, it's probably not necessary to check against every combination of them, and it's not possible with Moodle 4.0 and 4.1, since 4.0 supports PHP 7.3, and Moodle 4.1 doesn't.