Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 1 addition & 9 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ matrix:
- PHP_VERSION: 7.2
TEST_SUITE: owncloud-coding-standard

- PHP_VERSION: 5.6
- PHP_VERSION: 7.0
TEST_SUITE: owncloud-coding-standard

# Unit Tests
Expand All @@ -163,14 +163,6 @@ matrix:
NEED_CORE: true
NEED_INSTALL_APP: true

- PHP_VERSION: 5.6
OC_VERSION: daily-stable10-qa
TEST_SUITE: phpunit
DB_TYPE: mysql
DB_NAME: owncloud
NEED_CORE: true
NEED_INSTALL_APP: true

- PHP_VERSION: 7.0
OC_VERSION: daily-stable10-qa
TEST_SUITE: phpunit
Expand Down