Skip to content

Commit b174792

Browse files
committed
chore: bump minimum Nextcloud version to 32
Signed-off-by: Edward Ly <contact@edward.ly>
1 parent 46d174b commit b174792

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/integration-test.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
matrix:
3232
php-versions: [ '8.1' ]
3333
databases: [ 'pgsql' ]
34-
server-versions: [ 'stable30', 'stable31', 'master' ]
34+
server-versions: [ 'master' ]
3535

3636
name: Integration test on ${{ matrix.server-versions }} php@${{ matrix.php-versions }}
3737

@@ -280,7 +280,7 @@ jobs:
280280
matrix:
281281
php-versions: [ '8.1' ]
282282
databases: [ 'pgsql' ]
283-
server-versions: [ 'stable30', 'stable31', 'master' ]
283+
server-versions: [ 'master' ]
284284

285285
name: Integration test with cron on ${{ matrix.server-versions }} php@${{ matrix.php-versions }}
286286

@@ -451,7 +451,7 @@ jobs:
451451
# Run cron in speed mode: Set interval to 0 minutes
452452
./occ config:app:set --value 30 --type integer context_chat indexing_job_interval # 30 seconds
453453
./occ config:app:set --value 10 --type integer context_chat crawl_job_interval # 10 seconds
454-
for i in {1..100}; do
454+
for i in {1..100}; do
455455
php cron.php & # Starting with stable31 we can use -v here for better visibility
456456
wait
457457
./occ context_chat:stats
@@ -517,7 +517,7 @@ jobs:
517517
matrix:
518518
php-versions: [ '8.1' ]
519519
databases: [ 'pgsql' ]
520-
server-versions: [ 'stable30', 'stable31', 'master' ]
520+
server-versions: [ 'master' ]
521521

522522
name: Integration test with file listener on ${{ matrix.server-versions }} php@${{ matrix.php-versions }}
523523

@@ -695,7 +695,7 @@ jobs:
695695
696696
- name: Run indexer cron
697697
run: |
698-
for i in {1..100}; do
698+
for i in {1..100}; do
699699
php cron.php & # Starting with stable31 we can use -v here for better visibility
700700
wait
701701
./occ context_chat:stats

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Refer to the [Context Chat Backend's readme](https://github.com/nextcloud/contex
4040
<screenshot>https://raw.githubusercontent.com/nextcloud/context_chat/main/screenshots/context_chat_4.png</screenshot>
4141
<screenshot>https://raw.githubusercontent.com/nextcloud/context_chat/main/screenshots/context_chat_5.png</screenshot>
4242
<dependencies>
43-
<nextcloud min-version="30" max-version="32"/>
43+
<nextcloud min-version="32" max-version="32"/>
4444
</dependencies>
4545
<background-jobs>
4646
<job>OCA\ContextChat\BackgroundJobs\SchedulerJob</job>

0 commit comments

Comments
 (0)