Skip to content

Commit be0899e

Browse files
nickvergessenjuliusknorr
authored andcommitted
Update stable19 target versions
Signed-off-by: Joas Schilling <coding@schilljs.com>
1 parent 994ea0f commit be0899e

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.drone.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ steps:
55
image: nextcloudci/php7.2:php7.2-9
66
environment:
77
APP_NAME: text
8-
CORE_BRANCH: master
8+
CORE_BRANCH: stable19
99
DB: sqlite
1010
commands:
1111
- composer install
@@ -28,7 +28,7 @@ steps:
2828
image: nextcloudci/php7.2:php7.2-13
2929
environment:
3030
APP_NAME: text
31-
CORE_BRANCH: master
31+
CORE_BRANCH: stable19
3232
DB: sqlite
3333
commands:
3434
- bash ./tests/drone-server-setup.sh $APP_NAME $CORE_BRANCH $DB
@@ -39,7 +39,7 @@ steps:
3939
image: nextcloudci/php7.3:php7.3-5
4040
environment:
4141
APP_NAME: text
42-
CORE_BRANCH: master
42+
CORE_BRANCH: stable19
4343
DB: sqlite
4444
commands:
4545
- bash ./tests/drone-server-setup.sh $APP_NAME $CORE_BRANCH $DB
@@ -50,7 +50,7 @@ steps:
5050
image: nextcloudci/php7.4:2
5151
environment:
5252
APP_NAME: text
53-
CORE_BRANCH: master
53+
CORE_BRANCH: stable19
5454
DB: sqlite
5555
commands:
5656
- bash ./tests/drone-server-setup.sh $APP_NAME $CORE_BRANCH $DB
@@ -72,7 +72,7 @@ steps:
7272
image: nextcloudci/php7.2:php7.2-13
7373
environment:
7474
APP_NAME: text
75-
CORE_BRANCH: master
75+
CORE_BRANCH: stable19
7676
DB: mysql
7777
commands:
7878
- bash ./tests/drone-server-setup.sh $APP_NAME $CORE_BRANCH $DB
@@ -103,7 +103,7 @@ steps:
103103
image: nextcloudci/php7.2:php7.2-13
104104
environment:
105105
APP_NAME: text
106-
CORE_BRANCH: master
106+
CORE_BRANCH: stable19
107107
DB: postgres
108108
commands:
109109
- bash ./tests/drone-server-setup.sh $APP_NAME $CORE_BRANCH $DB

0 commit comments

Comments
 (0)