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

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel <mail@danielkesselberg.de>2022-05-12 17:29:42 +0300
committerGitHub <noreply@github.com>2022-05-12 17:29:42 +0300
commit12e969d919f40c5adddc21d8046a66b472757702 (patch)
tree39baa091a69ae0d27a4b5c57ab1bc056cce85c41
parentc4b29c8e042277db8201c288ab11176dd8dbd821 (diff)
parentdbb9facff70a5dc725960dbf1e9049274b484bb6 (diff)
Merge pull request #6427 from nextcloud/chore/drop-nextcloud-21
Drop Nextcloud 21 support
-rw-r--r--.github/workflows/static-analysis.yml2
-rw-r--r--.github/workflows/test.yml2
-rw-r--r--appinfo/info.xml2
3 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/static-analysis.yml b/.github/workflows/static-analysis.yml
index 7bb1b2747..cf52dda2c 100644
--- a/.github/workflows/static-analysis.yml
+++ b/.github/workflows/static-analysis.yml
@@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
- ocp-version: [ 'dev-master', 'dev-stable24', 'dev-stable23', 'dev-stable22', 'dev-stable21' ]
+ ocp-version: [ 'dev-master', 'dev-stable24', 'dev-stable23', 'dev-stable22' ]
name: Nextcloud ${{ matrix.ocp-version }}
steps:
- name: Checkout
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 6fa67c94b..59051d6c3 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
php-versions: [7.4]
- nextcloud-versions: ['stable21', 'stable22', 'stable23']
+ nextcloud-versions: ['stable22', 'stable23']
include:
- php-versions: 7.4
nextcloud-versions: stable24
diff --git a/appinfo/info.xml b/appinfo/info.xml
index defcceea0..bc471e30e 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -30,7 +30,7 @@
<screenshot>https://user-images.githubusercontent.com/1374172/79554966-278e1600-809f-11ea-82ea-7a0d72a2704f.png</screenshot>
<dependencies>
<php min-version="7.4" max-version="8.0" />
- <nextcloud min-version="21" max-version="25" />
+ <nextcloud min-version="22" max-version="25" />
</dependencies>
<background-jobs>
<job>OCA\Mail\BackgroundJob\CleanupJob</job>