Skip to content

Commit

Permalink
Merge pull request #337 from strukturag/nc29
Browse files Browse the repository at this point in the history
Support Nextcloud 29
  • Loading branch information
fancycode committed Apr 8, 2024
2 parents 6bbf731 + 6df246a commit dd5de01
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ jobs:
matrix:
php-versions: ['8.2']
databases: ['sqlite']
server-versions: ['stable28']
server-versions: ['stable28', 'stable29']

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

steps:
- name: Checkout server
Expand Down Expand Up @@ -100,9 +100,9 @@ jobs:
matrix:
php-versions: ["8.1", "8.2"]
databases: ['mysql']
server-versions: ['stable28']
server-versions: ['stable28', 'stable29']

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

services:
mysql:
Expand Down Expand Up @@ -175,9 +175,9 @@ jobs:
matrix:
php-versions: ['8.2']
databases: ['pgsql']
server-versions: ['stable28']
server-versions: ['stable28', 'stable29']

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

services:
postgres:
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ See [the website](https://www.certificate24.com) for further information.
<category>tools</category>

<dependencies>
<nextcloud min-version="28" max-version="28" />
<nextcloud min-version="28" max-version="29" />
</dependencies>

<types>
Expand Down

0 comments on commit dd5de01

Please sign in to comment.