-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Test apps against PHP 7.4 #18146
Comments
debsury.org has just tweeted the availability of php 7.4 in their repositories for both Debian and Ubuntu and their derivatives. concluding that it can redis and memcache will be available for the weekend .. the tests could start I believe. URL: |
PHP and PHP-FPM 7.4 were released for Arch yesterday, so there are users that do update PHP via pacman now but are hit by self-installed (non-repo) Nextcloud being compatible. For the Arch Nextcloud package, a dependency bug already exists. Please start tests and ideally mark 17.0.2 compatible for PHP 7.4. |
Not the final, but a snapshot: https://github.com/nextcloud/mail/blob/e2b2d14cff218e0cd4e70755c0645d89ba47bf0f/.travis.yml#L7 |
It looks like 7.4 is now officially available on Travis |
Yeah, will do all the "fun" tomorrow |
Unluckily sqlite3 seems to not have the php package installed: |
or rather travis-ci does not yet supply the php 7.4 tar file. Where would be the place to let travis know this is missing?
|
List above is ready to review now with |
Any ETA as to when this will be on the Beta channel? |
18 is on beta channel |
This should probably be reviewed before the release and documented in https://docs.nextcloud.com/server/18/admin_manual/installation/source_installation.html |
Merged the remaining PRs to be able to proceed |
does this mean v18.0.0 https://github.com/nextcloud/server/releases/tag/v18.0.0 is ready for PHP 7.4? |
yes |
What does that mean in respect to the app impersonate which is in the above list? Just that it can be used with PHP 7.4, right? (It does NOT work in NC18.) |
Update master php testing versions recommendations#151Add php7.4 support, drop 7.1 recommendations#158The text was updated successfully, but these errors were encountered: