Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update stable19 target versions
Signed-off-by: Joas Schilling <[email protected]>
  • Loading branch information
nickvergessen committed May 7, 2020
commit c66b1eea19c5dcc0119d4df77033b5cdb39cf013
8 changes: 4 additions & 4 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ steps:
image: nextcloudci/php7.3:php7.3-5
environment:
APP_NAME: firstrunwizard
CORE_BRANCH: master
CORE_BRANCH: stable19
DB: sqlite
commands:
# Pre-setup steps
Expand Down Expand Up @@ -36,7 +36,7 @@ steps:
image: nextcloudci/php7.2:php7.2-13
environment:
APP_NAME: firstrunwizard
CORE_BRANCH: master
CORE_BRANCH: stable19
DB: sqlite
commands:
# Pre-setup steps
Expand Down Expand Up @@ -64,7 +64,7 @@ steps:
image: nextcloudci/php7.3:php7.3-5
environment:
APP_NAME: firstrunwizard
CORE_BRANCH: master
CORE_BRANCH: stable19
DB: sqlite
commands:
# Pre-setup steps
Expand Down Expand Up @@ -92,7 +92,7 @@ steps:
image: nextcloudci/php7.4:2
environment:
APP_NAME: firstrunwizard
CORE_BRANCH: master
CORE_BRANCH: stable19
DB: sqlite
commands:
# Pre-setup steps
Expand Down