diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2017-10-04 21:00:16 +0200 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2017-10-04 21:00:29 +0200 |
commit | 245809569230fc9fd02e7c1aad0e51d3fdcacde0 (patch) | |
tree | 4668a84cfe804c7fb76ca2f8deb0fe19471ee9f0 /.drone.yml | |
parent | 060eac40d868b55733fef0389b487ef64a211a4d (diff) | |
download | nextcloud-server-245809569230fc9fd02e7c1aad0e51d3fdcacde0.tar.gz nextcloud-server-245809569230fc9fd02e7c1aad0e51d3fdcacde0.zip |
Update php7.2 container to rc3
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.drone.yml b/.drone.yml index 27cdaece4cf..84256ba4b5a 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-8 + image: nextcloudci/php7.2:php7.2-9 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-8 + image: nextcloudci/php7.2:php7.2-9 commands: - NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh sqlite when: @@ -235,7 +235,7 @@ pipeline: DB: mysql PHP: 7.1 mysql-php7.2: - image: nextcloudci/php7.2:php7.2-4 + image: nextcloudci/php7.2:php7.2-9 commands: - NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mysql when: @@ -342,7 +342,7 @@ pipeline: DB: mysqlmb4 PHP: 7.1 mysqlmb4-php7.2: - image: nextcloudci/php7.2:php7.2-4 + image: nextcloudci/php7.2:php7.2-9 commands: - NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mysqlmb4 when: |