feat: add support to Nextcloud 33 on main

Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
This commit is contained in:
Vitor Mattos 2025-09-08 10:14:33 -03:00
parent ecee5bbfd3
commit 4d75618e33
No known key found for this signature in database
GPG key ID: 6FECE2AD4809003A
6 changed files with 8 additions and 7 deletions

View file

@ -26,6 +26,7 @@ jobs:
matrix:
branches:
- ${{ github.event.repository.default_branch }}
- 'stable32'
- 'stable31'
- 'stable30'

View file

@ -24,7 +24,7 @@ jobs:
strategy:
fail-fast: false
matrix:
branches: ['main', 'master', 'stable31', 'stable30']
branches: ['main', 'master', 'stable32', 'stable31', 'stable30']
name: update-nextcloud-ocp-${{ matrix.branches }}

View file

@ -21,7 +21,7 @@ jobs:
strategy:
fail-fast: false
matrix:
branches: ['main', 'stable31', 'stable30', 'stable29']
branches: ['main', 'stable32', 'stable31', 'stable30']
name: update-psalm-baseline-${{ matrix.branches }}

View file

@ -25,7 +25,7 @@ Developed with ❤️ by [LibreCode](https://librecode.coop). Help us transform
* [Donate with GitHub Sponsor: ![Donate using GitHub Sponsor](https://img.shields.io/static/v1?label=Sponsor&message=%E2%9D%A4&logo=GitHub&color=%23fe8e86)](https://github.com/sponsors/libresign)
]]></description>
<version>12.0.0-dev.1</version>
<version>13.0.0-dev.0</version>
<licence>agpl</licence>
<author mail="contact@librecode.coop" homepage="https://librecode.coop">LibreCode</author>
<documentation>
@ -45,7 +45,7 @@ Developed with ❤️ by [LibreCode](https://librecode.coop). Help us transform
<donation type="stripe" title="Donate via Stripe">https://buy.stripe.com/eVqfZibhx8QO3LseWc2kw00</donation>
<dependencies>
<lib>openssl</lib>
<nextcloud min-version="32" max-version="32"/>
<nextcloud min-version="33" max-version="33"/>
<architecture>x86_64</architecture>
<architecture>aarch64</architecture>
</dependencies>

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "libresign",
"version": "12.0.0",
"version": "13.0.0-dev.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "libresign",
"version": "12.0.0",
"version": "13.0.0-dev.0",
"license": "agpl",
"dependencies": {
"@fontsource/dancing-script": "^5.2.6",

View file

@ -1,7 +1,7 @@
{
"name": "libresign",
"description": "A app for signing documents",
"version": "12.0.0",
"version": "13.0.0-dev.0",
"license": "agpl",
"private": true,
"scripts": {