Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Adjust PHP dependencies for composer 2.0
  • Loading branch information
phil-davis committed Nov 2, 2020
1 parent da4b0d0 commit dca41f9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .drone.star
Expand Up @@ -860,7 +860,7 @@ def acceptance():
},
'steps':
installCore(server, db, params['useBundledApp']) +
installTestrunner(phpVersion, params['useBundledApp']) +
installTestrunner('7.4', params['useBundledApp']) +
(installFederated(server, phpVersion, params['logLevel'], db, federationDbSuffix) + owncloudLog('federated') if params['federatedServerNeeded'] else []) +
installApp(phpVersion) +
installExtraApps(phpVersion, params['extraApps']) +
Expand All @@ -873,7 +873,7 @@ def acceptance():
[
({
'name': 'acceptance-tests',
'image': 'owncloudci/php:%s' % phpVersion,
'image': 'owncloudci/php:7.4',
'pull': 'always',
'environment': environment,
'commands': params['extraCommandsBeforeTestRun'] + [
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Expand Up @@ -2,7 +2,7 @@
"name": "owncloud/richdocuments",
"config": {
"platform": {
"php": "7.1"
"php": "7.2"
}
},
"require": {},
Expand All @@ -14,4 +14,4 @@
"bin-links": false
}
}
}
}
2 changes: 1 addition & 1 deletion vendor-bin/behat/composer.json
@@ -1,7 +1,7 @@
{
"config" : {
"platform": {
"php": "7.2"
"php": "7.4"
}
},
"require": {
Expand Down

0 comments on commit dca41f9

Please sign in to comment.