Fix tests against master

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl 2020-06-24 14:32:38 +02:00
parent 3a40669ba5
commit 53b038dfcb
No known key found for this signature in database
GPG Key ID: 4C614C6ED2CDE6DF
2 changed files with 18 additions and 19 deletions

View File

@ -231,24 +231,6 @@ trigger:
- pull_request
- push
---
kind: pipeline
name: php71-master
steps:
- name: php71-master
image: nextcloudci/php7.1:php7.1-16
commands:
- make test-master
trigger:
branch:
- master
- stable*
event:
- pull_request
- push
---
kind: pipeline
name: php72-master
@ -284,3 +266,20 @@ trigger:
event:
- pull_request
- push
---
kind: pipeline
name: php74-master
steps:
- name: php74-master
image: nextcloudci/php7.4:php7.4-2
commands:
- make test-master
trigger:
branch:
- master
- stable*
event:
- pull_request
- push

View File

@ -7,6 +7,6 @@ Feature: CLI updater - master base
And the version number is decreased in the config.php to enforce upgrade
When the CLI updater is run successfully
And the output should contain "Update successful"
Then the installed version should be 17.0
Then the installed version should be 20.0
And maintenance mode should be off
And upgrade is not required