Skip to content

Commit

Permalink
Merge pull request #1965 from LibreSign/feature/bump-to-server-29
Browse files Browse the repository at this point in the history
Bump to server 29
  • Loading branch information
vitormattos authored Nov 23, 2023
2 parents 2bbec29 + c0e13a9 commit 07c06c4
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/behat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
matrix:
php-versions: ['8.0', '8.1', '8.2']
databases: ['sqlite', 'mysql', 'pgsql']
server-versions: ['stable28']
server-versions: ['master']

name: php${{ matrix.php-versions }}-${{ matrix.databases }}-${{ matrix.server-versions }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/npm-audit-fix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
fail-fast: false
matrix:
branches: ['main', 'stable28']
branches: ['main']

name: npm-audit-fix-${{ matrix.branches }}

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@ jobs:
coverage: ['xdebug']
testsuite: [unit, api]
xdebug_mode: ['debug']
server-versions: ['stable28']
server-versions: ['master']
include:
- php-versions: '8.0'
databases: sqlite
coverage: xdebug
testsuite: default
xdebug_mode: debug
server-versions: stable28
server-versions: master
name: php${{ matrix.php-versions }}-${{ matrix.databases }}-${{ matrix.server-versions }}-${{ matrix.testsuite }}

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-nextcloud-ocp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
matrix:
include:
- branch: main
ocp: stable28
ocp: master

name: update-nextcloud-ocp-${{ matrix.ocp }}

Expand Down
4 changes: 2 additions & 2 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
]]>
</description>
<version>8.0.0-dev-2</version>
<version>9.0.0-dev-1</version>
<licence>agpl</licence>
<author mail="[email protected]" homepage="https://librecode.coop">Libre Code</author>
<documentation>
Expand All @@ -25,7 +25,7 @@
<screenshot>https://raw.githubusercontent.com/LibreSign/libresign/main/img/LibreSign.png</screenshot>
<dependencies>
<lib>openssl</lib>
<nextcloud min-version="28" max-version="28"/>
<nextcloud min-version="29" max-version="29"/>
<architecture>x86_64</architecture>
<architecture>aarch64</architecture>
</dependencies>
Expand Down

0 comments on commit 07c06c4

Please sign in to comment.