diff options
author | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2018-06-30 00:29:46 +0200 |
---|---|---|
committer | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2018-06-30 00:29:46 +0200 |
commit | 83339ae10cf4bbcbbdd6ea970f3f4c7b59ce555f (patch) | |
tree | 9ef0de8325c7ff0c8fa2712c64daabd6be75d7bc /.drone.yml | |
parent | 478b95cc20de9173cbda4c7f69ac3a78ca448250 (diff) | |
download | nextcloud-server-83339ae10cf4bbcbbdd6ea970f3f4c7b59ce555f.tar.gz nextcloud-server-83339ae10cf4bbcbbdd6ea970f3f4c7b59ce555f.zip |
use older image for disabled redis tests
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.drone.yml b/.drone.yml index f046dd688e2..6173c155c2b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -184,7 +184,7 @@ pipeline: DB: NODB PHP: 7.1 nodb-php7.2: - image: nextcloudci/php7.2:php7.2-12 + image: nextcloudci/php7.2:php7.2-11 commands: - NOCOVERAGE=true TEST_SELECTION=NODB ./autotest.sh sqlite when: |