Merge pull request #8889 from owncloud/upgrade-php-version

[tests-only] [full-ci] changed php version
This commit is contained in:
Phil Davis
2024-04-19 12:31:24 +05:45
committed by GitHub
3 changed files with 3 additions and 3 deletions

View File

@@ -33,7 +33,7 @@ REDIS = "redis:6-alpine"
SELENIUM_STANDALONE_CHROME = "selenium/standalone-chrome:104.0-20220812"
SONARSOURCE_SONAR_SCANNER_CLI = "sonarsource/sonar-scanner-cli:5.0"
DEFAULT_PHP_VERSION = "7.4"
DEFAULT_PHP_VERSION = "8.2"
DEFAULT_NODEJS_VERSION = "18"
dirs = {

View File

@@ -2,7 +2,7 @@
"name": "owncloud/ocis",
"config" : {
"platform": {
"php": "7.4"
"php": "8.2"
},
"vendor-dir": "./vendor-php",
"allow-plugins": {

View File

@@ -1,7 +1,7 @@
{
"config" : {
"platform": {
"php": "7.4"
"php": "8.2"
},
"allow-plugins": {
"composer/package-versions-deprecated": true