summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Wurst <ChristophWurst@users.noreply.github.com>2024-02-21 16:20:58 +0100
committerGitHub <noreply@github.com>2024-02-21 16:20:58 +0100
commit350fda3f18278d29a2232c174b5abd178466b32c (patch)
tree277e0cab0f489ef8acd6168dffdffac83ef9c04b
parent8d7e907a2e14b833aad8af39b31fd9c1093beebd (diff)
parentab9558fc1180f560c4e64e3063c8e5af4242635c (diff)
Merge pull request #3819 from nextcloud/fix/deps/drop-nextcloud28-and-older
fix(deps)!: Drop Nextcloud 28 and older
-rw-r--r--.github/workflows/phpunit.yml2
-rw-r--r--appinfo/info.xml4
2 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml
index 08c3f12c..b51e99c2 100644
--- a/.github/workflows/phpunit.yml
+++ b/.github/workflows/phpunit.yml
@@ -20,7 +20,7 @@ jobs:
matrix:
php-versions: ['8.0']
databases: ['sqlite']
- server-versions: ['master', 'stable28', 'stable27', 'stable26']
+ server-versions: ['master']
name: php${{ matrix.php-versions }}-${{ matrix.databases }}-${{ matrix.server-versions }}
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 8fdcd205..e4506b50 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -11,7 +11,7 @@
* 🙈 **We’re not reinventing the wheel!** Based on the great and open SabreDAV library.
</description>
- <version>5.5.0-rc.1</version>
+ <version>6.0.0-alpha.1</version>
<licence>agpl</licence>
<author mail="hamza221@users.noreply.github.com">Hamza Mahjoubi</author>
@@ -39,7 +39,7 @@
<dependencies>
<php min-version="7.4" max-version="8.3" />
- <nextcloud min-version="26" max-version="29" />
+ <nextcloud min-version="29" max-version="29" />
</dependencies>
<background-jobs>