Skip to content

Commit 3a59f14

Browse files
committed
chore(CI): Adjust testing matrix for Nextcloud 30 on main
Signed-off-by: Joas Schilling <coding@schilljs.com>
1 parent d3920ca commit 3a59f14

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/test.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
php-versions: ['8.1', '8.2', '8.3']
15-
nextcloud-versions: ['master']
15+
nextcloud-versions: ['master', 'stable30']
1616
name: Nextcloud ${{ matrix.nextcloud-versions }} php${{ matrix.php-versions }} unit tests
1717
steps:
1818
- name: Set up Nextcloud env
@@ -69,6 +69,10 @@ jobs:
6969
nextcloud-versions: master
7070
db: 'mysql'
7171
cache: 'redis'
72+
- php-versions: 8.2
73+
nextcloud-versions: stable30
74+
db: 'mysql'
75+
cache: 'redis'
7276
name: ${{ matrix.nextcloud-versions }} w/ php${{ matrix.php-versions }}-${{ matrix.db }}-${{ matrix.cache }} integration tests
7377
services:
7478
mail-service:

0 commit comments

Comments
 (0)