moodlehq / moodle-cs

Moodle Coding Style

Home Page:https://github.com/moodlehq/moodle-cs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Class MoodleHQ\MoodleCS\moodle\Tests\MoodleCsStandardTest does not comply with psr-4 autoloading standard.

ewallah opened this issue · comments

Message shown when using GitHub actions (sample)

I do not know if this is related, but now all my GitHub actions scripts fail because composer cannot install dependencies from lock file.

Thanks for reporting this, @ewallah . Yeah, I had already noticed it but keep not looking coz it doesn't seem to break anything.

Regarding the recent composer problems, while still triple-checking all our composer.json files and inter-dependencies, I've reported it upstream, @ composer/composer#11613 because, for sure, the problem has started to happen (to us) with composer 2.6.0 and 2.6.1, released few hours ago.

I'll take a look to this issue soon...ciao :-)

I'm closing this now. That warning was a side effect cause by the way that we were including moodle-local_ci dependencies when installing the moodle-plugin-ci project.

Since latest moodle-plugin-ci releases v3.4.3 and v4.1.2 (released on September 3rd, 2023), that warning is not showing any more.

Ciao :-)