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

Fix default stability #259

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

b1rdex
Copy link

@b1rdex b1rdex commented Jul 22, 2022

Fixes #247

Previous behavior: default to latest version, if no stability or version was requested.
New behavior: default to stable.

@b1rdex b1rdex marked this pull request as draft July 22, 2022 12:29
@b1rdex

This comment was marked as outdated.

@b1rdex b1rdex marked this pull request as ready for review July 22, 2022 13:13
@b1rdex
Copy link
Author

b1rdex commented Jul 22, 2022

Okay, I fixed the code. Ready for review.

Because the code was always broken, I had to update the test web server too – after the fix requests default to stable version when no stability/version is requested, but the broken behavior was to default to latest in such case.

@ruudk
Copy link
Contributor

ruudk commented Aug 17, 2022

@mlocati Can you please approve the workflow so that we can see if the tests pass?

@b1rdex
Copy link
Author

b1rdex commented Oct 9, 2022

Hi @mlocati @ruudk ! I see that tests pass – https://github.com/FriendsOfPHP/pickle/actions/runs/2718808503

Can you please review?

@schmunk42
Copy link

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.

Pickle picks RC instead of latest stable
3 participants