nextcloud / docker-ci

:package: Containers used for Continous Integration jobs (automated testing)
https://hub.docker.com/u/nextcloudci/
43 stars 36 forks source link

PHPUnit 9 -> 10 (or 11) #660

Open joshtrichards opened 2 weeks ago

joshtrichards commented 2 weeks ago

v9.4 (currently what we use)

https://phpunit.de/supported-versions.html

Docs:

Things to start watching out for now:

TODO:

joshtrichards commented 2 weeks ago

Dependencies (WIP):

v9.6:

v10:

nickvergessen commented 2 weeks ago

Since we use GitHub actions we are not using most images from here anymore. In which specific image do you want to update it and what prevents you from just installing it manually locally?