diff options
author | Morris Jobke <hey@morrisjobke.de> | 2016-10-10 15:32:29 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-10 15:32:29 +0200 |
commit | 75f23d97f6208cf4bf81631a35fedb6f793ed38e (patch) | |
tree | 5d4c0f3281eef8839e0a1ab1713b3f57f726532d | |
parent | ad1eb8bd76c0583957b63109c330cdd0c6d57448 (diff) | |
parent | 7c48c5d8f726195672972a5bc4812f0788af68f2 (diff) | |
download | nextcloud-server-75f23d97f6208cf4bf81631a35fedb6f793ed38e.tar.gz nextcloud-server-75f23d97f6208cf4bf81631a35fedb6f793ed38e.zip |
Merge pull request #1673 from nextcloud/php7.1-rc3
Bump 7.1 CI to RC3
-rw-r--r-- | .drone.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.drone.yml b/.drone.yml index 92dde90bf6d..c54907cc5d9 100644 --- a/.drone.yml +++ b/.drone.yml @@ -100,7 +100,7 @@ pipeline: DB: NODB PHP: "7.0" nodb-php7.1: - image: nextcloudci/php7.1:php7.1-3 + image: nextcloudci/php7.1:php7.1-5 commands: - NOCOVERAGE=true TEST_SELECTION=NODB ./autotest.sh sqlite when: @@ -124,7 +124,7 @@ pipeline: DB: sqlite PHP: "7.0" sqlite-php7.1: - image: nextcloudci/php7.1:php7.1-3 + image: nextcloudci/php7.1:php7.1-5 commands: - NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh sqlite when: |