moodlehq / moodle-local_codechecker

A Moodle local plugin providing a simple web UI to run the MoodleCS coding style checks with PHP_CodeSniffer.
63 stars 72 forks source link

Enable php81 tests for 401_STABLE and master (4.2dev) #215

Closed stronk7 closed 1 year ago

stronk7 commented 1 year ago

This is part of the php81 epic:

https://tracker.moodle.org/browse/MDL-73016

It's near completed and passing in CIs, so let's enable the php81 tests for both MOODLE_401_STABLE and master (4.2dev).

Also, let's use moodle-plugin-ci 4 (dev-master) for php81 runs (to demo how people can keep v3 and v4 working together).

Ciao :-)