Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add realeases/next.php endpoint #725

Closed
wants to merge 1 commit into from

Conversation

renanbr
Copy link
Contributor

@renanbr renanbr commented Nov 30, 2022

This Pull Request is actually a feature request.

The goal is to expose an endpoint that users can use to fetch the upcoming release.

The realeases/next.php returns a JSON response with the next version, for example:

"8.2"

I don't mind if another approach is proposed instead.

@cmb69
Copy link
Contributor

cmb69 commented Dec 1, 2022

The goal is to expose an endpoint that users can use to fetch the upcoming release.

Hmm, I don't understand the reason for that. https://www.php.net/releases/active.php already lists all current GA releases, while https://qa.php.net/api.php?type=qa-releases&format=json lists all current QA releases.

@renanbr
Copy link
Contributor Author

renanbr commented Dec 1, 2022

Thank you @cmb69 , didn't know the second link. This one solves my problem 🥂

@renanbr renanbr closed this Dec 1, 2022
@renanbr renanbr deleted the next-version-exposing branch December 1, 2022 10:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants