moodlehq / moodle-docker

A docker environment for moodle developers
GNU General Public License v3.0
376 stars 245 forks source link

Add some GHA Windows checks #168

Open stronk7 opened 3 years ago

stronk7 commented 3 years ago

Right now we are testing virtually every PHP/DB combination, both with GHA and Travis (to be removed soon). But all the checks are done with unix, none with Windows.

We need a (reduced) number of checks to be run with Windows, to ensure that all the CMD scripts do work ok. GHA only should be enough.