diff --git a/.drone.yml b/.drone.yml index 147de92ad3..8e9f2c2d27 100644 --- a/.drone.yml +++ b/.drone.yml @@ -171,7 +171,7 @@ pipeline: DB: NODB PHP: 7.1 nodb-php7.2: - image: nextcloudci/php7.2:php7.2-7 + image: nextcloudci/php7.2:php7.2-8 commands: - NOCOVERAGE=true TEST_SELECTION=NODB ./autotest.sh sqlite when: @@ -203,7 +203,7 @@ pipeline: DB: sqlite PHP: 7.1 sqlite-php7.2: - image: nextcloudci/php7.2:php7.2-7 + image: nextcloudci/php7.2:php7.2-8 commands: - NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh sqlite when: