Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/serverinfo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2020-09-18 11:41:32 +0300
committerJoas Schilling <coding@schilljs.com>2020-09-18 11:41:32 +0300
commit8de38685b4f0b9b74055f7e45cf82b94afeda991 (patch)
tree8e9997636433e6aa4a75ce7c22d938d935b0bc7a
parentaab506b5294dbc2b1742d5f559507b2092ac48c0 (diff)
Update version on master
Signed-off-by: Joas Schilling <coding@schilljs.com>
-rw-r--r--.github/workflows/lint.yml2
-rw-r--r--.travis.yml3
-rw-r--r--appinfo/info.xml4
3 files changed, 4 insertions, 5 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index e987f2f..4b2ba68 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
- php-versions: ['7.2', '7.3', '7.4']
+ php-versions: ['7.3', '7.4']
name: php${{ matrix.php-versions }}
steps:
- name: Checkout
diff --git a/.travis.yml b/.travis.yml
index 8c87534..caef9ef 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,8 +1,7 @@
language: php
php:
- - 7.2
- 7.3
- - 7.4snapshot
+ - 7.4
services:
- mysql
- postgresql
diff --git a/appinfo/info.xml b/appinfo/info.xml
index f9191a2..a22d59d 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -5,7 +5,7 @@
<name>Monitoring</name>
<summary>Monitoring app with useful server information</summary>
<description>Provides useful server information, such as CPU load, RAM usage, disk usage, number of users, etc.</description>
- <version>1.10.0</version>
+ <version>1.11.0</version>
<licence>agpl</licence>
<author>Bjoern Schiessle</author>
<author>Ivan Sein Santiago</author>
@@ -15,7 +15,7 @@
<category>monitoring</category>
<bugs>https://github.com/nextcloud/serverinfo/issues</bugs>
<dependencies>
- <nextcloud min-version="20" max-version="20" />
+ <nextcloud min-version="21" max-version="21" />
</dependencies>
<settings>
<admin>OCA\ServerInfo\Settings\AdminSettings</admin>