diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index c3e991c..d5f6fd4 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -18,9 +18,9 @@ jobs:
# do not stop on another job's failure
fail-fast: false
matrix:
- php-versions: ['7.4']
+ php-versions: ['7.4', '8.0']
databases: ['sqlite']
- server-versions: ['stable21', 'stable22', 'stable23', 'stable24']
+ server-versions: ['stable21', 'stable22', 'stable23', 'stable24', 'stable25']
name: php${{ matrix.php-versions }}-${{ matrix.databases }}-${{ matrix.server-versions }}
@@ -76,9 +76,9 @@ jobs:
# do not stop on another job's failure
fail-fast: false
matrix:
- php-versions: ['7.4']
+ php-versions: ['7.4', '8.0']
databases: ['mysql']
- server-versions: ['stable21', 'stable22', 'stable23', 'stable24']
+ server-versions: ['stable21', 'stable22', 'stable23', 'stable24', 'stable25']
name: php${{ matrix.php-versions }}-${{ matrix.databases }}-${{ matrix.server-versions }}
@@ -143,9 +143,9 @@ jobs:
# do not stop on another job's failure
fail-fast: false
matrix:
- php-versions: ['7.4']
+ php-versions: ['7.4', '8.0']
databases: ['pgsql']
- server-versions: ['stable21', 'stable22', 'stable23', 'stable24']
+ server-versions: ['stable21', 'stable22', 'stable23', 'stable24', 'stable25']
name: php${{ matrix.php-versions }}-${{ matrix.databases }}-${{ matrix.server-versions }}
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1210044..84bbe97 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
# Changelog
+## 3.5.0 - 2022-10-18
+## Changed
+- Add support for Nextcloud 25
+
## 3.4.0 - 2022-05-26
### Fixed
- Don't crash if no sync timestamp is passed
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 8b0249a..7b9fd8a 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -5,7 +5,7 @@
GPodder Sync
replicate basic GPodder.net API
- 3.4.0
+ 3.5.0
agpl
Thrillfall
GPodderSync
@@ -18,7 +18,7 @@
-
+