Skip to content

Commit

Permalink
Revert "disable upgrades to 26 for 32-bit"
Browse files Browse the repository at this point in the history
This reverts commit faa747e.

Signed-off-by: Côme Chilliet <[email protected]>
  • Loading branch information
come-nc committed Feb 7, 2023
1 parent 4e969ef commit e586700
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/private/Updater.php
Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,6 @@ public function upgrade(): bool {

$success = true;
try {
if (PHP_INT_SIZE < 8 && version_compare($currentVersion, '26.0.0.0', '>=')) {
throw new HintException('You are running a 32-bit PHP version. Cannot upgrade to Nextcloud 26 and higher. Please switch to 64-bit PHP.');
}
$this->doUpgrade($currentVersion, $installedVersion);
} catch (HintException $exception) {
$this->log->error($exception->getMessage(), [
Expand Down

0 comments on commit e586700

Please sign in to comment.