Description
In the 5.x branch, getting https://github.com/craftcms/server-check/releases/latest/download/craftcms-server-check.tar.gz breaks for Craft 5 as the latest release is 6.0.0 targeting PHP 8.5.
I believe it should be pointing to the exact release https://github.com/craftcms/server-check/releases/download/5.1.0/craftcms-server-check.tar.gz
Steps to reproduce
Additional info
- Craft version: 5.x
- PHP version: 8.4.x
- Database driver & version:
- Plugins & versions:
Description
In the 5.x branch, getting
https://github.com/craftcms/server-check/releases/latest/download/craftcms-server-check.tar.gzbreaks for Craft 5 as the latest release is6.0.0targetingPHP 8.5.I believe it should be pointing to the exact release
https://github.com/craftcms/server-check/releases/download/5.1.0/craftcms-server-check.tar.gzSteps to reproduce
Additional info