Skip to content
Merged
Show file tree
Hide file tree
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
Add php7.4 support, drop 7.1
Signed-off-by: Christoph Wurst <[email protected]>
  • Loading branch information
ChristophWurst committed Dec 10, 2019
commit ba29d9e52dd4a4005583eb363007d5c698bf53f7
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ sudo: required
dist: trusty
language: php
php:
- 7.1
- 7.2
- 7.3
- 7.4snapshot

addons:
apt:
Expand All @@ -25,7 +25,7 @@ env:

matrix:
include:
- php: 7.1
- php: 7.3
env: "DB=sqlite TEST_JS=TRUE"
fast_finish: true

Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<namespace>Recommendations</namespace>
<category>office</category>
<dependencies>
<php min-version="7.1" max-version="7.3"/>
<php min-version="7.2" max-version="7.4"/>
<nextcloud min-version="18" max-version="18" />
</dependencies>
<commands>
Expand Down