Skip to content

Commit

Permalink
feat(deps): Add Nextcloud 29 support
Browse files Browse the repository at this point in the history
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
  • Loading branch information
ChristophWurst committed Dec 28, 2023
1 parent c2a0b64 commit b6b9e18
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ocp-version: [ 'dev-master', 'dev-stable27', 'dev-stable26', 'dev-stable25', 'dev-stable24' ]
ocp-version: [ 'dev-master', 'dev-stable28', 'dev-stable27', 'dev-stable26', 'dev-stable25', 'dev-stable24' ]
name: Nextcloud ${{ matrix.ocp-version }}
steps:
- name: Checkout
Expand Down
7 changes: 7 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ jobs:
nextcloud-versions: stable25
- php-versions: 8.2
nextcloud-versions: stable26
- php-versions: 8.2
nextcloud-versions: stable27
- php-versions: 8.2
nextcloud-versions: stable28
name: Nextcloud ${{ matrix.nextcloud-versions }} php${{ matrix.php-versions }} unit tests
steps:
- name: Set up php${{ matrix.php-versions }}
Expand Down Expand Up @@ -65,6 +69,9 @@ jobs:
- php-versions: 8.2
nextcloud-versions: stable27
db: 'sqlite'
- php-versions: 8.2
nextcloud-versions: stable28
db: 'sqlite'
name: php${{ matrix.php-versions }}-${{ matrix.db }} integration tests
steps:
- name: Set up php${{ matrix.php-versions }}
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<repository>https://github.com/ChristophWurst/nextcloud_sentry</repository>
<dependencies>
<php min-version="8.0" max-version="8.2" />
<nextcloud min-version="24" max-version="28" />
<nextcloud min-version="24" max-version="29" />
</dependencies>
<commands>
<command>OCA\Sentry\Command\Test</command>
Expand Down

0 comments on commit b6b9e18

Please sign in to comment.