Skip to content

Commit

Permalink
Remove PHP 7.0 unit test jobs from drone
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-davis committed Jul 31, 2019
1 parent 5631751 commit 5c5c5f1
Showing 1 changed file with 0 additions and 31 deletions.
31 changes: 0 additions & 31 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -750,37 +750,6 @@ matrix:
INSTALL_SERVER: true
INSTALL_TESTING_APP: true

# PHP 7.0
- PHP_VERSION: 7.0
DB_TYPE: sqlite
TEST_SUITE: phpunit
INSTALL_SERVER: true
INSTALL_TESTING_APP: true

- PHP_VERSION: 7.0
DB_TYPE: mysql
TEST_SUITE: phpunit
INSTALL_SERVER: true
INSTALL_TESTING_APP: true

- PHP_VERSION: 7.0
DB_TYPE: mysqlmb4
TEST_SUITE: phpunit
INSTALL_SERVER: true
INSTALL_TESTING_APP: true

- PHP_VERSION: 7.0
DB_TYPE: postgres
TEST_SUITE: phpunit
INSTALL_SERVER: true
INSTALL_TESTING_APP: true

- PHP_VERSION: 7.0
DB_TYPE: oracle
TEST_SUITE: phpunit
INSTALL_SERVER: true
INSTALL_TESTING_APP: true

# PHP 7.2
- PHP_VERSION: 7.2
DB_TYPE: sqlite
Expand Down

0 comments on commit 5c5c5f1

Please sign in to comment.