diff --git a/.drone.yml b/.drone.yml index 60e1a53f9..ac5d7ff22 100644 --- a/.drone.yml +++ b/.drone.yml @@ -37,7 +37,7 @@ pipeline: matrix: TESTS: signed-off-check syntax-php5.6: - image: nextcloudci/php5.6:php5.6-3 + image: nextcloudci/php5.6:php5.6-8 environment: - APP_NAME=deck - CORE_BRANCH=master @@ -53,7 +53,7 @@ pipeline: matrix: TESTS: syntax-php5.6 syntax-php7.0: - image: nextcloudci/php7.0:php7.0-2 + image: nextcloudci/php7.0:php7.0-17 environment: - APP_NAME=deck - CORE_BRANCH=master @@ -68,8 +68,40 @@ pipeline: when: matrix: TESTS: syntax-php7.0 + syntax-php7.1: + image: nextcloudci/php7.1:php7.1-15 + environment: + - APP_NAME=deck + - CORE_BRANCH=master + - DB=sqlite + commands: + # Pre-setup steps + - wget https://raw.githubusercontent.com/nextcloud/travis_ci/master/before_install.sh + - bash ./before_install.sh $APP_NAME $CORE_BRANCH $DB + - cd ../server + - composer install + - ./lib/composer/bin/parallel-lint --exclude 3rdparty/doctrine/ --exclude lib/composer/jakub-onderka/ --exclude 3rdparty/symfony/polyfill-php70/Resources/stubs/ --exclude 3rdparty/patchwork/utf8/src/Patchwork/Utf8/Bootup/ --exclude 3rdparty/paragonie/random_compat/lib/ --exclude lib/composer/composer/autoload_static.php --exclude 3rdparty/composer/autoload_static.php . + when: + matrix: + TESTS: syntax-php7.1 + syntax-php7.2: + image: nextcloudci/php7.2:php7.2-9 + environment: + - APP_NAME=deck + - CORE_BRANCH=master + - DB=sqlite + commands: + # Pre-setup steps + - wget https://raw.githubusercontent.com/nextcloud/travis_ci/master/before_install.sh + - bash ./before_install.sh $APP_NAME $CORE_BRANCH $DB + - cd ../server + - composer install + - ./lib/composer/bin/parallel-lint --exclude lib/composer/jakub-onderka/ --exclude 3rdparty/symfony/polyfill-php70/Resources/stubs/ --exclude 3rdparty/patchwork/utf8/src/Patchwork/Utf8/Bootup/ --exclude 3rdparty/paragonie/random_compat/lib/ --exclude lib/composer/composer/autoload_static.php --exclude 3rdparty/composer/autoload_static.php . + when: + matrix: + TESTS: syntax-php7.2 php5.6: - image: nextcloudci/php5.6:php5.6-7 + image: nextcloudci/php5.6:php5.6-8 environment: - APP_NAME=deck - CORE_BRANCH=master @@ -95,7 +127,7 @@ pipeline: matrix: TESTS: php5.6 php7.0: - image: nextcloudci/php7.0:php7.0-8 + image: nextcloudci/php7.0:php7.0-17 environment: - APP_NAME=deck - CORE_BRANCH=master @@ -114,14 +146,13 @@ pipeline: matrix: TESTS: php7.0 php7.1: - image: nextcloudci/php7.1:php7.1-11 + image: nextcloudci/php7.1:php7.1-15 environment: - APP_NAME=deck - CORE_BRANCH=master - DB=sqlite commands: # Pre-setup steps - - yum -y install wget - wget https://raw.githubusercontent.com/nextcloud/travis_ci/master/before_install.sh - bash ./before_install.sh $APP_NAME $CORE_BRANCH $DB - cd ../server/ @@ -140,7 +171,6 @@ pipeline: - DB=sqlite commands: # Pre-setup steps - - yum -y install wget - wget https://raw.githubusercontent.com/nextcloud/travis_ci/master/before_install.sh - bash ./before_install.sh $APP_NAME $CORE_BRANCH $DB - cd ../server/ @@ -192,6 +222,8 @@ matrix: - TESTS: signed-off-check - TESTS: syntax-php5.6 - TESTS: syntax-php7.0 + - TESTS: syntax-php7.1 + - TESTS: syntax-php7.2 - TESTS: php5.6 - TESTS: php7.0 - TESTS: php7.1