Hello all,
I have messed-up. I have upgraded from Leap 15.6 to Leap 16.0 to soon.
Now I am on Leap 16.0 and I found I can’t upgrade my Nextcloud installation.
This version of Nextcloud is not compatible with PHP>=8.4.<br/>You are currently running 8.4.24.
My Nextcloud version is 28.0.14.
Looking at the supported PHP8 versions, my current Nextcloud version should support PHP8.3
Following this thread: How to downgrade a package via zypper?
I tried:
zypper install --oldpackage php8 → ‘php8’ is already installed.
zypper install --oldpackage php8=8.3.33 → No provider of ‘php8=8.3.33’ found.
zypper install --oldpackage php83 → No provider of ‘php83’ found.
I have found a PHP8.3 package https://build.opensuse.org/project/show/devel:languages:php:php83
zypper install devel_languages_php_php83:php8 → No provider of ‘devel_languages_php_php83:php8’ found.
I’m lost, any help would be appreciated
I just need to downgrade PHP8 to 8.3 so I can upgrade my Nextcloud installation to a version that supports PHP8.4 and then return to the PHP8 version supported by Leap 16.0
Thanks.