Skip to content

Commit

Permalink
Do not test postgres:10.3 - needs more backports
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-davis committed Jul 9, 2019
1 parent ec884c2 commit fd32961
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -720,13 +720,13 @@ matrix:
INSTALL_SERVER: true
INSTALL_TESTING_APP: true

- PHP_VERSION: 7.1
DB_TYPE: postgres
POSTGRES_IMAGE: postgres:10.3
TEST_SUITE: phpunit
COVERAGE: true
INSTALL_SERVER: true
INSTALL_TESTING_APP: true
# - PHP_VERSION: 7.1
# DB_TYPE: postgres
# POSTGRES_IMAGE: postgres:10.3
# TEST_SUITE: phpunit
# COVERAGE: true
# INSTALL_SERVER: true
# INSTALL_TESTING_APP: true

- PHP_VERSION: 7.1
DB_TYPE: mariadb
Expand Down

0 comments on commit fd32961

Please sign in to comment.