4.2.0
Added
- Added support for the
--tagsand--nameoptions to thebehatcommand. - Added support for the
--configure,--testsuiteand--filteroptions to thephpunitcommand.
Changed
-
The default branch of this repository has been renamed from
mastertomain. You can visit this issue (#258) for more information about the potential actions required (if you use this, or clones/forks of this, repository). -
ACTION SUGGESTED: If you are using GitHub Actions, it's recomended to use
!cancelled()instead ofalways()for moodle-plugin-ci tests. Adding a final step that always returns failure when the workflow is cancelled will ensure that cancelled workflows are not marked as successful. For a working example, please reference the updatedgha.dist.ymlfile. -
ACTION SUGGESTED: For some (unknown) reason, Travis environments with PHP 8.2 have started to fail with error:
php: error while loading shared libraries: libonig.so.5To avoid that problem, it's recommended to to add the
libonig5package to thetravis.ymlfile. For a working example, please reference the updated.travis.dist.ymlfile. -
Updated project dependencies to current moodle-cs and moodle-local_moodlecheck versions.
Take a look at the CHANGELOG for details about other releases.
Please follow the 4.0 Upgrade guide when upgrading from 3.x.