diff options
author | Lukas Reschke <lukas@statuscode.ch> | 2016-11-02 23:35:40 +0100 |
---|---|---|
committer | Lukas Reschke <lukas@statuscode.ch> | 2016-11-02 23:35:40 +0100 |
commit | a2def38a7a3eadcd5b90aae3b1eac9e4de68ddb2 (patch) | |
tree | 8ee79563bc63a9faddaaef99541ac5ab6e5bc683 /.drone.yml | |
parent | 39573e602d5e38e4b71b3d197d08798dd9558659 (diff) | |
download | nextcloud-server-a2def38a7a3eadcd5b90aae3b1eac9e4de68ddb2.tar.gz nextcloud-server-a2def38a7a3eadcd5b90aae3b1eac9e4de68ddb2.zip |
Use PHP 7.1 RC5 for CI
This image has PHP 7.1 RC5 inside and the currently used one only RC4.
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.drone.yml b/.drone.yml index 35ed0c74593..339e38c17d5 100644 --- a/.drone.yml +++ b/.drone.yml @@ -107,7 +107,7 @@ pipeline: DB: NODB PHP: "7.0" nodb-php7.1: - image: nextcloudci/php7.1:php7.1-6 + image: nextcloudci/php7.1:php7.1-8 commands: - NOCOVERAGE=true TEST_SELECTION=NODB ./autotest.sh sqlite when: @@ -131,7 +131,7 @@ pipeline: DB: sqlite PHP: "7.0" sqlite-php7.1: - image: nextcloudci/php7.1:php7.1-6 + image: nextcloudci/php7.1:php7.1-8 commands: - NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh sqlite when: |