Skip to content

Commit e3fbb38

Browse files
authored
min NC 32 and CI adjustment (#221)
Signed-off-by: Anupam Kumar <kyteinsky@gmail.com>
1 parent a283d7f commit e3fbb38

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

.github/workflows/integration-test.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,10 @@ name: Integration test
55

66
on:
77
pull_request:
8-
branches:
9-
- master
108
push:
119
branches:
1210
- master
11+
- stable*
1312

1413
permissions:
1514
contents: read
@@ -64,7 +63,7 @@ jobs:
6463
matrix:
6564
php-versions: [ '8.1' ]
6665
databases: [ 'pgsql' ]
67-
server-versions: [ 'master' ]
66+
server-versions: [ 'stable32', 'master' ]
6867

6968
name: Integration test on ${{ matrix.server-versions }} php@${{ matrix.php-versions }}
7069

.github/workflows/static-analysis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,10 @@ name: Static Analysis
55

66
on:
77
pull_request:
8-
branches:
9-
- master
108
push:
119
branches:
1210
- master
11+
- stable*
1312

1413
permissions:
1514
contents: read

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Setup background job workers as described here: https://docs.nextcloud.com/serve
2929
<bugs>https://github.com/nextcloud/context_chat_backend/issues</bugs>
3030
<repository type="git">https://github.com/nextcloud/context_chat_backend.git</repository>
3131
<dependencies>
32-
<nextcloud min-version="30" max-version="33"/>
32+
<nextcloud min-version="32" max-version="33"/>
3333
</dependencies>
3434
<external-app>
3535
<docker-install>

0 commit comments

Comments
 (0)