Skip to content

Commit 4155758

Browse files
authored
Merge pull request #8 from nextcloud/update-master-php-testing-versions
Update master php testing versions
2 parents 72a2fe3 + ed336aa commit 4155758

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

.drone.yml

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ clone:
44
depth: 1
55

66
pipeline:
7-
syntax-php7.0:
8-
image: nextcloudci/php7.0:php7.0-19
7+
syntax-php7.1:
8+
image: nextcloudci/php7.1:php7.1-16
99
environment:
1010
- APP_NAME=workflow_script
1111
- CORE_BRANCH=master
@@ -19,24 +19,22 @@ pipeline:
1919
- ./lib/composer/bin/parallel-lint apps/$APP_NAME/
2020
when:
2121
matrix:
22-
TESTS: syntax-php7.0
22+
TESTS: syntax-php7.1
2323
signed-off-check:
24-
image: nextcloudci/php7.0:php7.0-19
24+
image: nextcloudci/php7.1:php7.1-16
2525
environment:
2626
- APP_NAME=workflow_script
2727
- CORE_BRANCH=master
2828
- DB=sqlite
2929
commands:
30-
- wget https://raw.githubusercontent.com/nextcloud/travis_ci/master/before_install.sh
31-
- bash ./before_install.sh $APP_NAME $CORE_BRANCH $DB
32-
- cd ../server
33-
- php ./build/signed-off-checker.php
30+
- wget https://raw.githubusercontent.com/nextcloud/server/master/build/signed-off-checker.php
31+
- php ./signed-off-checker.php
3432
secrets: [ github_token ]
3533
when:
3634
matrix:
37-
include:
38-
- TESTS: syntax-php7.0
3935
- TESTS: signed-off-check
36+
4037
matrix:
4138
include:
39+
- TESTS: syntax-php7.1
4240
- TESTS: signed-off-check

0 commit comments

Comments
 (0)