-
Notifications
You must be signed in to change notification settings - Fork 722
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
Please add PHP 7.3 images #9717
Comments
7.3.0alpha4 also released in the meantime |
Beta 1 is now officially released: http://news.php.net/php.internals/103024 @BanzaiMan Can you please give us any ETA? Thanks! |
Beta 2 tagged today. |
Any news on this one? Using
/cc @TomasVotruba |
Just for reference, here's the list of estimated release dates of PHP 7.3: https://wiki.php.net/todo/php73 |
We will take a look some time next week. Sorry for the delay. |
@BanzaiMan Thanks. Note that RC1 is coming next thursday (usually tagged on Tue/Wed) so it would be nice to include this release candidate. 😊 |
7.3.0RC1 tagged |
For 7.3.0RC1, we are waiting for php-build/php-build#527 to be merged. |
travis-ci/travis-nightly-builder@264a8f5 adds |
Thanks! Can we also expect the |
Trusty and Precise can't build 7.3 because and the Xenial build has an compilation error: https://travis-ci.org/travis-ci/php-src-builder/jobs/427827062. |
Maybe RC1 at least compiles on Xenail. We shall see. |
The build failure is in the ssh2 module, which does not yet have a PHP 7.3-compatible release: https://github.com/php/pecl-networking-ssh2/commits/master This is a chicken-and-egg situation because the ssh2 module tests on Travis CI: https://github.com/php/pecl-networking-ssh2/blob/master/.travis.yml |
Disabling ssh2 on 7.3 should suffice, then, but 7.3 will only be available for Xenial with |
I can imagine this will be a problem in long-term. People will switch their configurations to Xenial (config-wide |
Currently, we need to do some extra steps to run 7.3, but this will help us with testing compatibility. See: travis-ci/travis-ci#9717 See #44771. Merges [43673] to the 5.0 branch. git-svn-id: https://develop.svn.wordpress.org/branches/5.0@43692 602fd350-edb4-49c9-b593-d223f7449a82
Currently, we need to do some extra steps to run 7.3, but this will help us with testing compatibility. See: travis-ci/travis-ci#9717 See #44771. Merges [43673] to the 5.0 branch. Built from https://develop.svn.wordpress.org/branches/5.0@43692 git-svn-id: http://core.svn.wordpress.org/branches/5.0@43521 1a063a9b-81f0-0310-95a4-ce76da25c4cd
Currently, we need to do some extra steps to run 7.3, but this will help us with testing compatibility. See: travis-ci/travis-ci#9717 See #44771. Merges [43673] to the 5.0 branch. Built from https://develop.svn.wordpress.org/branches/5.0@43692 git-svn-id: https://core.svn.wordpress.org/branches/5.0@43521 1a063a9b-81f0-0310-95a4-ce76da25c4cd
PHP 7.3 is now available on Trusty and Precise ( libzip issue handled in travis-ci/php-src-builder#23 PHP build: https://travis-ci.org/travis-ci/php-src-builder/builds/440768084 There is an unrelated build problem with 7.3 on Xenial, will need to be debugged separately. |
Currently, we need to do some extra steps to run 7.3, but this will help us with testing compatibility. See: travis-ci/travis-ci#9717 See #44771. Merges [43673] to the 5.0 branch. git-svn-id: http://develop.svn.wordpress.org/branches/5.0@43692 602fd350-edb4-49c9-b593-d223f7449a82
Travis-CI added a PHP 7.3 build. Now we can test things against this version too. - Allowed to fail until better code coverage is given. - see travis-ci/travis-ci#9717 (comment)
It's available now (reference: travis-ci/travis-ci#9717)
I see that issue is now closed, but PHP 7.3 is still unavailable on Xenial? Build system information
Build language: php
Build group: stable
Build dist: xenial
Build id: 92643339
Job id: 161004225
Runtime kernel version: 4.15.0-1023-gcp
travis-build version: 206e3514d
...
...
...
0.02s$ phpenv global 7.3 2>/dev/null
7.3 is not pre-installed; installing
Downloading archive: https://s3.amazonaws.com/travis-php-archives/binaries/ubuntu/16.04/x86_64/php-7.3.tar.bz2
0.31s$ curl -s -o archive.tar.bz2 $archive_url && tar xjf archive.tar.bz2 --directory /
bzip2: (stdin) is not a bzip2 file.
tar: Child returned status 2
tar: Error is not recoverable: exiting now
0.00s0.02s$ phpenv global 7.3
rbenv: version `7.3' not installed
The command "phpenv global 7.3" failed and exited with 1 during .
Your build has been stopped. |
The issue is still open 🙂. |
The linked issue is a pull request that has been merged: travis-ci/php-src-builder#23 (comment) |
I spent some time reproducing the Xenial build failure (in travis-ci/php-src-builder#23 (comment)) with no luck. I decided to abandon the effort since I have no plans on using Xenial as it's undocumented and not stable anyway. Sorry. Use Trusty if you need PHP 7.3. |
Currently, we need to do some extra steps to run 7.3, but this will help us with testing compatibility. See: travis-ci/travis-ci#9717 See #44771. Merges [43673] to the 5.0 branch. Built from https://develop.svn.wordpress.org/branches/5.0@43692
Hello, We're moving our community communications to the Travis CI Community Forum and will no longer be supporting GitHub issues. If this hasn't been solved, please go ahead and create a new thread on the Forum and we'll be better able to help you there. We're looking forward to seeing you there. If you need support, you can reach our support team here: [email protected]. Thanks and happy building! |
For what it's worth, it's really a pity to see you move from highly usable GitHub issue tracker to a regular forum, that's much less readable & practical for us to use. |
Currently, we need to do some extra steps to run 7.3, but this will help us with testing compatibility. See: travis-ci/travis-ci#9717 See #44771. git-svn-id: https://develop.svn.wordpress.org/trunk@43673 602fd350-edb4-49c9-b593-d223f7449a82
Currently, we need to do some extra steps to run 7.3, but this will help us with testing compatibility. See: travis-ci/travis-ci#9717 See #44771. Merges [43673] to the 5.0 branch. Built from https://develop.svn.wordpress.org/branches/5.0@43692 git-svn-id: http://core.svn.wordpress.org/branches/5.0@43521 1a063a9b-81f0-0310-95a4-ce76da25c4cd
PHP 7.3.0alpha1 was released today: http://news.php.net/php.internals/102198
Please consider preparing PHP 7.3 image so it can be used for testing once 7.3 reaches beta.
Timetable for 7.3 can be found here. PHP 7.3 should be branched on July 17 and master will become 7.4 (thus should become
nightly
on Travis).Thanks!
The text was updated successfully, but these errors were encountered: