diff --git a/.drone.star b/.drone.star index 8a1b363b507..7d1d8cd1b5a 100644 --- a/.drone.star +++ b/.drone.star @@ -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 = { diff --git a/composer.json b/composer.json index cde88424690..19b11d6d5a5 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "owncloud/ocis", "config" : { "platform": { - "php": "7.4" + "php": "8.2" }, "vendor-dir": "./vendor-php", "allow-plugins": { diff --git a/vendor-bin/behat/composer.json b/vendor-bin/behat/composer.json index 0192865a4d7..07344d2cc5e 100644 --- a/vendor-bin/behat/composer.json +++ b/vendor-bin/behat/composer.json @@ -1,7 +1,7 @@ { "config" : { "platform": { - "php": "7.4" + "php": "8.2" }, "allow-plugins": { "composer/package-versions-deprecated": true