Skip to content

Commit

Permalink
Merge pull request #89 from nextcloud/update-stable15-target-versions
Browse files Browse the repository at this point in the history
Update stable15 target versions
  • Loading branch information
nickvergessen committed Nov 23, 2018
2 parents 3d6b5d0 + 2d12c33 commit 6074f96
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .drone.yml
Expand Up @@ -8,7 +8,7 @@ pipeline:
image: nextcloudci/php7.0:php7.0-2
environment:
- APP_NAME=firstrunwizard
- CORE_BRANCH=master
- CORE_BRANCH=stable15
- DB=sqlite
commands:
- wget https://raw.githubusercontent.com/nextcloud/travis_ci/master/before_install.sh
Expand All @@ -23,7 +23,7 @@ pipeline:
image: nextcloudci/php7.0:php7.0-17
environment:
- APP_NAME=firstrunwizard
- CORE_BRANCH=master
- CORE_BRANCH=stable15
- DB=sqlite
commands:
# Pre-setup steps
Expand All @@ -43,7 +43,7 @@ pipeline:
image: nextcloudci/php7.0:php7.0-17
environment:
- APP_NAME=firstrunwizard
- CORE_BRANCH=master
- CORE_BRANCH=stable15
- DB=sqlite
commands:
# Pre-setup steps
Expand All @@ -61,7 +61,7 @@ pipeline:
image: nextcloudci/php7.1:php7.1-15
environment:
- APP_NAME=firstrunwizard
- CORE_BRANCH=master
- CORE_BRANCH=stable15
- DB=sqlite
commands:
# Pre-setup steps
Expand All @@ -78,7 +78,7 @@ pipeline:
image: nextcloudci/php7.2:php7.2-9
environment:
- APP_NAME=firstrunwizard
- CORE_BRANCH=master
- CORE_BRANCH=stable15
- DB=sqlite
commands:
# Pre-setup steps
Expand All @@ -99,4 +99,4 @@ matrix:
- TESTS: php7.1
- TESTS: php7.2

branches: [ master, stable* ]
branches: [ master, stable* ]

0 comments on commit 6074f96

Please sign in to comment.