Skip to content

Commit

Permalink
Merge pull request #5998 from nextcloud/drone_mysqlmb4_71
Browse files Browse the repository at this point in the history
Add mysqlmb4 php7.1 drone job
  • Loading branch information
MorrisJobke authored Aug 7, 2017
2 parents 7a3d746 + e64ba1d commit de911f6
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,14 @@ pipeline:
matrix:
DB: mysqlmb4
PHP: "7.0"
mysqlmb4-php7.1:
image: nextcloudci/php7.1:php7.1-12
commands:
- NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mysqlmb4
when:
matrix:
DB: mysqlmb4
PHP: 7.1
integration-capabilities_features:
image: nextcloudci/integration-php7.0:integration-php7.0-4
commands:
Expand Down Expand Up @@ -619,6 +627,9 @@ matrix:
- DB: mysqlmb4
PHP: 7.0
ENABLE_REDIS: true
- DB: mysqlmb4
PHP: 7.1
ENABLE_REDIS: true
- TESTS: integration-capabilities_features
- TESTS: integration-federation_features
- TESTS: integration-maintenance-mode
Expand Down

0 comments on commit de911f6

Please sign in to comment.