joomla / statistics-server

Server for collecting environment stats for Joomla Installations
GNU General Public License v2.0
11 stars 17 forks source link

The PHP fetch versions is not accurate #59

Closed dgrammatiko closed 3 years ago

dgrammatiko commented 3 years ago

Steps to reproduce the issue

Check the last 2 auto commits from the Github actions, eg https://github.com/joomla/statistics-server/runs/2338580298?check_suite_focus=true#step:5:26 or the history of https://github.com/joomla/statistics-server/blob/master/versions/php.json . The script is adding 8.0.4 and 8.0.5 although the versions are still in RC1

I think the script here https://github.com/joomla/statistics-server/blob/481ed56025b5687df5c82e3d5a959433a7b86a40/src/Commands/Tags/FetchPhpTagsCommand.php#L67 should bail also for beta/rc

Expected result

Actual result

System information (as much as possible)

Additional comments

dgrammatiko commented 3 years ago

MAybe not