summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/api-integration-tests.yml2
-rw-r--r--appinfo/info.xml4
2 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/api-integration-tests.yml b/.github/workflows/api-integration-tests.yml
index b6828ecdf..a4c8af8b6 100644
--- a/.github/workflows/api-integration-tests.yml
+++ b/.github/workflows/api-integration-tests.yml
@@ -29,7 +29,7 @@ jobs:
strategy:
matrix:
php-versions: ['7.3', '7.4']
- nextcloud: ['stable20', 'stable21', 'stable22']
+ nextcloud: ['stable21', 'stable22']
database: ['sqlite', 'pgsql', 'mysql']
experimental: [false]
include:
diff --git a/appinfo/info.xml b/appinfo/info.xml
index f2ef067a7..5219553f1 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -43,7 +43,7 @@ Report a [feed issue](https://github.com/nextcloud/news/discussions/new)
<screenshot small-thumbnail="https://raw.githubusercontent.com/nextcloud/news/master/screenshots/2-small.png">https://raw.githubusercontent.com/nextcloud/news/master/screenshots/2.png</screenshot>
<screenshot small-thumbnail="https://raw.githubusercontent.com/nextcloud/news/master/screenshots/3-small.png">https://raw.githubusercontent.com/nextcloud/news/master/screenshots/3.png</screenshot>
<dependencies>
- <php min-version="7.2" min-int-size="64"/>
+ <php min-version="7.3" min-int-size="64"/>
<database min-version="10">pgsql</database>
<database>sqlite</database>
<database min-version="8.0">mysql</database>
@@ -55,7 +55,7 @@ Report a [feed issue](https://github.com/nextcloud/news/discussions/new)
<lib>json</lib>
<owncloud max-version="0" min-version="0"/>
- <nextcloud min-version="20" max-version="22"/>
+ <nextcloud min-version="21" max-version="22"/>
</dependencies>
<background-jobs>