Skip to content
This repository was archived by the owner on Nov 1, 2020. It is now read-only.
Closed
Show file tree
Hide file tree
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
Prev Previous commit
Fix php version for drone & travis ci
Signed-off-by: François Sylvestre [email protected]
  • Loading branch information
François Sylvestre committed Mar 12, 2019
commit 4ba8a5c3a580d1e8fc5ee8d9dd4905c7266ae12f
2 changes: 1 addition & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ clone:

pipeline:
signed-off-check:
image: nextcloudci/php7.0:php7.0-2
image: nextcloudci/php7.1:php7.1-16
environment:
- APP_NAME=gallery
- CORE_BRANCH=master
Expand Down
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
sudo: false
language: php
php:
- 7.0
- 7.1
- 7.2
- 7.3
Expand Down