-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Nightly builds of unreleased PHP versions #825
Comments
docker-library/julia#25 (comment) Similar issues: docker-library/official-images#1281, rust-lang/docker-rust#5, docker-library/docker#125
Nightly builds aren't something we can feasibly maintain |
Getting PHP 7.4 releases once the PHP core team start doing alpha tags would be great. That way it's not "nightly". |
Fair enough, having having pre-stable releases (alpha, beta, RC) makes more sense. @wglambert do you think this could be achievable? |
I'd expect PHP 7.4.0alpha1 to be released either in June or July this year, and then alpha releases to occur every 2 weeks until beta starts, and then beta releases every 2 weeks until RC, just like 7.3 last year. As far as I'm aware, the tentative 7.4.0 stable release date is December this year. |
That's definitely something we're hip about, and have provided in the past (see also Lines 55 to 82 in e63194a
update.sh we still have logic for scraping pre-releases).
Once PHP 7.4.0alpha1 drops, we'll be looking to include it. 👍 I'm going to close this though since there's nothing actionable right now given that we really can't do proper nightly builds effectively. That being said, it shouldn't be too hard for someone to take our |
PHP 7.4.0alpha1 has now been released. :) |
I see a tag at https://github.com/php/php-src/blob/php-7.4.0alpha1/NEWS, but no release artifacts at https://qa.php.net/ yet 😕 |
Aha, it needs an update to https://github.com/php/web-qa/blob/master/include/release-qa.php before it shows up in the API where we can scrape it properly. |
Oh, I see. It'll be appearing there tomorrow I think, in line with the release date. :) |
#840 👍 |
Hi,
Are there any plans to build nightly snapshot builds of unreleased PHP versions such as 7.4 and 8.0? This would greatly help framework/library/application authors to test their projects against upcoming PHP versions.
The text was updated successfully, but these errors were encountered: