diff --git a/.drone.star b/.drone.star index b8f05ed1e..b096c79ce 100644 --- a/.drone.star +++ b/.drone.star @@ -18,12 +18,11 @@ config = { "phpunit": { "allDatabases": { "phpVersions": [ - "7.2", + "7.3", ], }, "reducedDatabases": { "phpVersions": [ - "7.3", "7.4", ], "databases": [ @@ -82,7 +81,7 @@ config = { "daily-master-qa", ], "phpVersions": [ - "7.2", + "7.4", ], "runCoreTests": True, "federatedServerNeeded": True, @@ -102,7 +101,7 @@ config = { "daily-master-qa", ], "phpVersions": [ - "7.2", + "7.4", ], "runCoreTests": True, "cron": "nightly", @@ -122,7 +121,7 @@ config = { "daily-master-qa", ], "phpVersions": [ - "7.2", + "7.4", ], "emailNeeded": True, "runCoreTests": True, @@ -218,7 +217,7 @@ def codestyle(ctx): return pipelines default = { - "phpVersions": ["7.2"], + "phpVersions": ["7.3"], } if "defaults" in config: @@ -383,7 +382,7 @@ def phpstan(ctx): return pipelines default = { - "phpVersions": ["7.2"], + "phpVersions": ["7.3"], "logLevel": "2", "extraApps": {}, "enableApp": True, @@ -460,7 +459,7 @@ def phan(ctx): return pipelines default = { - "phpVersions": ["7.2", "7.3", "7.4"], + "phpVersions": ["7.3", "7.4"], } if "defaults" in config: @@ -531,7 +530,7 @@ def build(ctx): return pipelines default = { - "phpVersions": ["7.2"], + "phpVersions": ["7.3"], "commands": [ "make dist", ], @@ -730,7 +729,7 @@ def phpTests(ctx, testType, withCoverage): errorFound = False default = { - "phpVersions": ["7.2", "7.3", "7.4"], + "phpVersions": ["7.3", "7.4"], "databases": [ "sqlite", "mariadb:10.2", @@ -927,7 +926,7 @@ def acceptance(ctx): default = { "servers": ["daily-master-qa", "latest"], "browsers": ["chrome"], - "phpVersions": ["7.2"], + "phpVersions": ["7.4"], "databases": ["mariadb:10.2"], "esVersions": ["none"], "federatedServerNeeded": False, @@ -1008,7 +1007,7 @@ def acceptance(ctx): params["extraSetup"] = [ { "name": "configure-app", - "image": "owncloudci/php:7.2", + "image": "owncloudci/php:7.4", "pull": "always", "commands": [ "cd /var/www/owncloud/server/apps/files_primary_s3", @@ -1772,8 +1771,8 @@ def setupCeph(serviceParams): return [{ "name": "setup-ceph", - "image": "owncloudci/php:7.2", - "pull": "always", + "image": "owncloudci/php:7.4", + "pull": "always" "commands": setupCommands + ([ "./apps/files_primary_s3/tests/drone/create-bucket.sh", ] if createFirstBucket else []), @@ -1800,7 +1799,7 @@ def setupScality(serviceParams): return [{ "name": "setup-scality", - "image": "owncloudci/php:7.2", + "image": "owncloudci/php:7.4", "pull": "always", "commands": setupCommands + ([ "php occ s3:create-bucket owncloud --accept-warning", @@ -1815,7 +1814,7 @@ def setupElasticSearch(esVersion): return [{ "name": "setup-es", - "image": "owncloudci/php:7.2", + "image": "owncloudci/php:7.4", "pull": "always", "commands": [ "cd %s" % dir["server"], @@ -2105,7 +2104,7 @@ def installNPM(): def lintTest(): return [{ "name": "lint-test", - "image": "owncloudci/php:7.2", + "image": "owncloudci/php:7.4", "pull": "always", "commands": [ "make test-lint", diff --git a/composer.json b/composer.json index 105e584dd..fd0ac82c4 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "owncloud/activity", "config" : { "platform": { - "php": "7.1" + "php": "7.3" } }, "require": { diff --git a/composer.lock b/composer.lock index 4c5a2d220..336e6bb94 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "60f673ac29b1d861e464dd19811c5f77", + "content-hash": "99ca745b8a8a4781c778a65e8305f1fc", "packages": [], "packages-dev": [ { @@ -66,7 +66,7 @@ "platform": [], "platform-dev": [], "platform-overrides": { - "php": "7.1" + "php": "7.3" }, - "plugin-api-version": "2.0.0" + "plugin-api-version": "2.1.0" }