Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update master php testing versions #63

Merged
merged 1 commit into from
Jan 28, 2022
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
31 changes: 0 additions & 31 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,37 +32,6 @@ trigger:
- pull_request
- push

type: docker
---
kind: pipeline
name: unit-sqlite-php7.3

steps:
- name: sqlite-php7.3
image: nextcloudci/php7.3:php7.3-5
environment:
APP_NAME: data_request
CORE_BRANCH: master
DATABASEHOST: sqlite
commands:
- wget https://raw.githubusercontent.com/nextcloud/travis_ci/master/before_install.sh
- bash ./before_install.sh $APP_NAME $CORE_BRANCH $DATABASEHOST
- cd ../server
- ./occ app:enable $APP_NAME
- cd apps/$APP_NAME

# Run phpunit tests
- cd tests/unit/
- phpunit --configuration phpunit.xml

trigger:
branch:
- master
- stable*
event:
- pull_request
- push

type: docker

---
Expand Down