-
-
Notifications
You must be signed in to change notification settings - Fork 354
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 support for a "nightly" alias #491
Comments
Ah, form mistake, not a bug |
@williamdes In Travis, IMHO this was broken as they won't update the nightly as it would shift to the next to next version (8.2) and you would not be testing the next version (8.1) in your workflow until support is added for it and you add it to your workflow. Instead of a nightly tag, I would rather prefer that for testing master, projects add the version in master (8.2) in the workflow. But if you prefer a nightly tag I will add it in the next release. |
Added in develop (d068c17). It Will be in the next release. |
Thank you so much! |
Released in |
Ref: shivammathur/setup-php#491 Signed-off-by: William Desportes <[email protected]>
Describe the bug
I had to comment out the next PHP 8.2 version as it does not exist yet for this action.
See: phpmyadmin/sql-parser@dd2f634
TravisCI (sorry to mention it, I would prefer that we forget about it) had support for "nightly" in the php version matrix. This was helpfull
Are you willing to submit a PR?
Sorry, I am missing time
The text was updated successfully, but these errors were encountered: