owncloud / owncloud-sdk

:cloud: ownCloud client library for JavaScript
https://owncloud.dev/owncloud-sdk/
MIT License
75 stars 33 forks source link

[full-ci][tests-only]Bump PHP version to 7.4 for CI #1223

Closed SwikritiT closed 1 year ago

SwikritiT commented 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

sonarcloud[bot] commented 1 year ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information