Skip to content

Commit

Permalink
Update php7.2 container to rc3
Browse files Browse the repository at this point in the history
Signed-off-by: Roeland Jago Douma <[email protected]>
  • Loading branch information
rullzer committed Oct 4, 2017
1 parent 060eac4 commit 2458095
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 2458095

Please sign in to comment.