Skip to content
Snippets Groups Projects
Unverified Commit 67a876b7 authored by Roeland Jago Douma's avatar Roeland Jago Douma
Browse files

Bump php7.2 image

parent 5b5b9cbe
No related branches found
No related tags found
No related merge requests found
...@@ -38,7 +38,7 @@ pipeline: ...@@ -38,7 +38,7 @@ pipeline:
matrix: matrix:
TESTS: syntax-php7.1 TESTS: syntax-php7.1
phan: phan:
image: nextcloudci/php7.2:php7.2-10 image: nextcloudci/php7.2:php7.2-11
commands: commands:
- composer install - composer install
- composer require --dev "phan/phan:0.11.1" - composer require --dev "phan/phan:0.11.1"
...@@ -155,7 +155,7 @@ pipeline: ...@@ -155,7 +155,7 @@ pipeline:
DB: NODB DB: NODB
PHP: 7.1 PHP: 7.1
nodb-php7.2: nodb-php7.2:
image: nextcloudci/php7.2:php7.2-10 image: nextcloudci/php7.2:php7.2-11
commands: commands:
- NOCOVERAGE=true TEST_SELECTION=NODB ./autotest.sh sqlite - NOCOVERAGE=true TEST_SELECTION=NODB ./autotest.sh sqlite
when: when:
...@@ -179,7 +179,7 @@ pipeline: ...@@ -179,7 +179,7 @@ pipeline:
DB: sqlite DB: sqlite
PHP: 7.1 PHP: 7.1
sqlite-php7.2: sqlite-php7.2:
image: nextcloudci/php7.2:php7.2-10 image: nextcloudci/php7.2:php7.2-11
commands: commands:
- NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh sqlite - NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh sqlite
when: when:
...@@ -203,7 +203,7 @@ pipeline: ...@@ -203,7 +203,7 @@ pipeline:
DB: mysql DB: mysql
PHP: 7.1 PHP: 7.1
mysql-php7.2: mysql-php7.2:
image: nextcloudci/php7.2:php7.2-10 image: nextcloudci/php7.2:php7.2-11
commands: commands:
- NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mysql - NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mysql
when: when:
...@@ -277,7 +277,7 @@ pipeline: ...@@ -277,7 +277,7 @@ pipeline:
DB: mysqlmb4 DB: mysqlmb4
PHP: 7.1 PHP: 7.1
mysqlmb4-php7.2: mysqlmb4-php7.2:
image: nextcloudci/php7.2:php7.2-10 image: nextcloudci/php7.2:php7.2-11
commands: commands:
- NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mysqlmb4 - NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mysqlmb4
when: when:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment