You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: sync appstore-build-publish workflow to current template
Release 3.2.3 failed to publish because the old template hardcoded
PHP_VERSION: 8.1, and the Sign app step runs nextcloud/occ from the
app's min-version (33), which requires PHP 8.2+. All the NC integration
siblings (notion, onedrive, reddit, discourse, nuiteq, giphy) already
moved to the newer template that derives php-min from appinfo/info.xml
via icewind1991/nextcloud-version-matrix; this pulls the same workflow
in so the PHP version tracks the declared minimum automatically and
will not drift the next time the minimum changes.
Bump version to 3.2.4 so the fixed workflow ships in a new tag.
Signed-off-by: Oleksander Piskun <oleksandr2088@icloud.com>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,12 @@ All notable changes to this project will be documented in this file.
8
8
The format is based on [Keep a Changelog](http://keepachangelog.com/)
9
9
and this project adheres to [Semantic Versioning](http://semver.org/).
10
10
11
+
## 3.2.4 - 2026-04-24
12
+
13
+
### Fixed
14
+
15
+
- Sync the appstore-build-publish workflow to the current Nextcloud template so the signing step runs on a PHP version that matches the app's minimum (the hardcoded PHP 8.1 was blocking 3.2.3 from publishing on Nextcloud 33+).
0 commit comments