diff --git a/.drone.star b/.drone.star index 1e034e65e..87908424e 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 cde884246..19b11d6d5 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/tests/acceptance/docker/src/acceptance.yml b/tests/acceptance/docker/src/acceptance.yml index e98a1f7f6..fe380a958 100644 --- a/tests/acceptance/docker/src/acceptance.yml +++ b/tests/acceptance/docker/src/acceptance.yml @@ -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: diff --git a/vendor-bin/behat/composer.json b/vendor-bin/behat/composer.json index 0192865a4..07344d2cc 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