Skip to content
Open
Show file tree
Hide file tree
Changes from all 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/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
port: 5432
nextcloud:
- "31"
- "32"
- "33"
services:
db:
image: ${{ matrix.db.image }}
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Currently can not index office document formats, but does work with PDFs (if the
<bugs>https://github.com/jplitza/fulltextsearch_sql/issues</bugs>
<repository>https://github.com/jplitza/fulltextsearch_sql.git</repository>
<dependencies>
<nextcloud min-version="31" max-version="32"/>
<nextcloud min-version="31" max-version="33"/>
<database min-version="10.9">mysql</database>
<database min-version="17">pgsql</database>
</dependencies>
Expand Down