Closed SwikritiT closed 1 year ago
Currently CI is failing because of
+ cd /var/www/owncloud/server/ + php occ config:system:set trusted_domains 1 --value=owncloud This version of ownCloud requires at least PHP 7.4.0 You are currently running PHP 7.3.33-10+ubuntu18.04.1+deb.sury.org+1. Please update your PHP version.
So, this PR bumps the PHP version to 7.4, which is the required version fixes: https://github.com/owncloud/owncloud-sdk/issues/1222
Kudos, SonarCloud Quality Gate passed!
0 Bugs 0 Vulnerabilities 0 Security Hotspots 0 Code Smells
No Coverage information No Duplication information
Currently CI is failing because of
So, this PR bumps the PHP version to 7.4, which is the required version fixes: https://github.com/owncloud/owncloud-sdk/issues/1222