Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/cypress-custom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
fail-fast: false
matrix:
databases: [ 'mysql' ]
server-versions: [ 'stable31', 'stable32', 'master' ]
server-versions: [ 'stable31', 'stable32', 'stable33', 'master' ]
include:
- php-versions: 8.2

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
strategy:
fail-fast: false
matrix:
server-versions: ['stable31', 'stable32', 'master']
server-versions: ['stable31', 'stable32', 'stable33', 'master']
php-versions: ['8.2']
databases: ['mysql']
include:
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Have a good time and manage whatever you want.
<database>pgsql</database>
<database>mysql</database>
<database>sqlite</database>
<nextcloud min-version="31" max-version="33"/>
<nextcloud min-version="31" max-version="34"/>
</dependencies>
<repair-steps>
<pre-migration>
Expand Down
Loading