diff options
author | Daniel Calviño Sánchez <danxuliu@gmail.com> | 2018-02-06 00:40:37 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-06 00:40:37 +0100 |
commit | 3d5c67b7d724a4e0e4082b5db670b396f0891d2b (patch) | |
tree | 663210e2c1addde6c7c1f05606f918ee07737220 | |
parent | 847bd0cf74ce183e03accf1603a1f8e5d25394b6 (diff) | |
parent | 67a876b7ecbb92549842a8df5c05cbfaac784c55 (diff) | |
download | nextcloud-server-3d5c67b7d724a4e0e4082b5db670b396f0891d2b.tar.gz nextcloud-server-3d5c67b7d724a4e0e4082b5db670b396f0891d2b.zip |
Merge pull request #8172 from nextcloud/phan-version
Use a phan version instead of master
-rw-r--r-- | .drone.yml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/.drone.yml b/.drone.yml index a22258128cb..385138d6c86 100644 --- a/.drone.yml +++ b/.drone.yml @@ -38,10 +38,10 @@ pipeline: matrix: TESTS: syntax-php7.1 phan: - image: nextcloudci/php7.1:php7.1-16 + image: nextcloudci/php7.2:php7.2-11 commands: - composer install - - composer require --dev "phan/phan:dev-master" + - composer require --dev "phan/phan:0.11.1" - ./lib/composer/phan/phan/phan -k build/.phan/config.php - php ./build/.phan/plugin-checker.php when: @@ -155,7 +155,7 @@ pipeline: DB: NODB PHP: 7.1 nodb-php7.2: - image: nextcloudci/php7.2:php7.2-10 + image: nextcloudci/php7.2:php7.2-11 commands: - NOCOVERAGE=true TEST_SELECTION=NODB ./autotest.sh sqlite when: @@ -179,7 +179,7 @@ pipeline: DB: sqlite PHP: 7.1 sqlite-php7.2: - image: nextcloudci/php7.2:php7.2-10 + image: nextcloudci/php7.2:php7.2-11 commands: - NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh sqlite when: @@ -203,7 +203,7 @@ pipeline: DB: mysql PHP: 7.1 mysql-php7.2: - image: nextcloudci/php7.2:php7.2-10 + image: nextcloudci/php7.2:php7.2-11 commands: - NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mysql when: @@ -277,7 +277,7 @@ pipeline: DB: mysqlmb4 PHP: 7.1 mysqlmb4-php7.2: - image: nextcloudci/php7.2:php7.2-10 + image: nextcloudci/php7.2:php7.2-11 commands: - NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mysqlmb4 when: |