Skip to content

Commit 64dd29a

Browse files
committed
chore(CI): Adjust testing matrix for Nextcloud 26 on stable26
Signed-off-by: Joas Schilling <coding@schilljs.com>
1 parent 5802570 commit 64dd29a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/phpunit-mysql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ jobs:
3838

3939
strategy:
4040
matrix:
41-
php-versions: ['8.0', '8.1']
42-
server-versions: ['master']
41+
php-versions: ['8.0', '8.1', '8.2']
42+
server-versions: ['stable26']
4343

4444
services:
4545
mysql:

.github/workflows/phpunit-pgsql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
strategy:
4040
matrix:
4141
php-versions: ['8.0']
42-
server-versions: ['master']
42+
server-versions: ['stable26']
4343

4444
services:
4545
postgres:

.github/workflows/phpunit-sqlite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
strategy:
4040
matrix:
4141
php-versions: ['8.0']
42-
server-versions: ['master']
42+
server-versions: ['stable26']
4343

4444
steps:
4545
- name: Set app env

0 commit comments

Comments
 (0)