geoffreyvanwyk / ansible-role-moodle

Deploys, installs, and upgrades Moodle.
https://galaxy.ansible.com/ui/standalone/roles/geoffreyvanwyk/moodle/
GNU General Public License v3.0
2 stars 1 forks source link

chore(ci): Test each supported Moodle version #25

Closed geoffreyvanwyk closed 1 year ago

geoffreyvanwyk commented 1 year ago

This means 8 times more test runs. To make the tests go faster, The upper limit on the number of parallel jobs has been removed. GitHub Actions will use the maximum number of available workers.

The reason for this change is that installations for different Moodle versions have different requirements, .e.g. for Moodle 3.9, unrecognized options passed to admin/cli/install_database.php does not raise an error, but it does for later versions.