changed php version (#8900)

This commit is contained in:
Sabin Panta
2024-04-19 15:36:18 +05:45
committed by GitHub
parent 5d41175b12
commit 032f5afd58
4 changed files with 4 additions and 4 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,6 +1,6 @@
services:
acceptance-tests:
image: owncloudci/php:7.4
image: owncloudci/php:8.2
working_dir: /drone/src
command: /bin/bash /test/run-tests.sh
environment:

View File

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