Skip to content
Merged
Changes from 1 commit
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
Next Next commit
Remove obsolete pipeline php72-master
Master (which is Nextcloud 22) doesn't support PHP 7.2 any more.

Signed-off-by: Vincent Petry <[email protected]>
  • Loading branch information
PVince81 authored and backportbot[bot] committed Mar 23, 2021
commit 79a14632d64e5d82e78989fbace056a7cb55d470
18 changes: 0 additions & 18 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -231,24 +231,6 @@ trigger:
- pull_request
- push

---
kind: pipeline
name: php72-master

steps:
- name: php72-master
image: nextcloudci/php7.2:php7.2-12
commands:
- make test-master

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

---
kind: pipeline
name: php73-master
Expand Down