diff options
author | Lukas Reschke <lukas@statuscode.ch> | 2016-09-07 22:24:29 +0200 |
---|---|---|
committer | Lukas Reschke <lukas@statuscode.ch> | 2016-09-07 22:24:29 +0200 |
commit | 1b2021a24346e6cd5bc436de68df5b68bc7ac899 (patch) | |
tree | b5c1968fa54c9b6620f05353831c5379c4eef22b /.drone.yml | |
parent | d4cbc24bae04934d1d8d7c002b9d25a01562a5bd (diff) | |
download | nextcloud-server-1b2021a24346e6cd5bc436de68df5b68bc7ac899.tar.gz nextcloud-server-1b2021a24346e6cd5bc436de68df5b68bc7ac899.zip |
Use the PHP 7.1-3 tag
Bumps the PHP version from beta2 to RC1
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 e88b472e2c9..a03ebcd21eb 100644 --- a/.drone.yml +++ b/.drone.yml @@ -16,7 +16,7 @@ build: - git submodule update --init - NOCOVERAGE=true TEST_SELECTION=NODB ./autotest.sh sqlite nodb-php7.1: - image: nextcloudci/php7.1:php7.1-1 + image: nextcloudci/php7.1:php7.1-3 commands: - rm -rf data/* config/config.php # TODO: remove this - temporary fix for CI issues - git submodule update --init @@ -34,7 +34,7 @@ build: - git submodule update --init - NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh sqlite sqlite-php7.1: - image: nextcloudci/php7.1:php7.1-1 + image: nextcloudci/php7.1:php7.1-3 commands: - rm -rf data/* config/config.php # TODO: remove this - temporary fix for CI issues - git submodule update --init |