-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Drop support for legacy versions #130
Comments
What would this mean for plugin developers still wanting to support Moodle 4.0 and have CI? Would running moodle-plugin-ci version 3 still keep the old checks? |
Generally speaking we don't support those versions of Moodle but we don't break it for existing versions of our tooling. I would strongly suggest you upgrade away from Moodle 4.0. It has been completely out of support for a while now. |
Oh, we're not running 4.0 ourselves, I'd just like to be able to do CI on bug fixes for my plugin for those who are. 13% of my plugin's users are still on 4.0. There seems to be a long tail on Moodle upgrades. |
In general we try to "align" all our tools to support the same Moodle versions, sometimes being more "generous" with some. Right now, the one marking the requirements is And, the very first version of Moodle supporting PHP 7.4 was Moodle 3.8.3 and 3.9.0 (source). In any case, note that the next jump will be PHP 8.1 (surely) and that will raise the Moodle required versions to be 4.1.2 and up (source). So, indeed, moving plugins to supported Moodle versions is always a good thing to do. You always can play with branches or conditionally using different Ciao :-) |
OK, thanks Andrew and Eloy. |
The minimum supported version of Moodle is now 4.1.
The minimum supported PHP version is therefore 7.4.
The text was updated successfully, but these errors were encountered: