Skip to content

Commit 32b60b9

Browse files
authored
Merge pull request #399 from nextcloud/update-stable25-target-versions
Adjust testing matrix for Nextcloud 25 on stable25
2 parents e8439fc + 6b8198c commit 32b60b9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/oci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
matrix:
2121
php-versions: ['7.4', '8.0', '8.1']
2222
databases: ['oci']
23-
server-versions: ['master']
23+
server-versions: ['stable25']
2424

2525
name: php${{ matrix.php-versions }}-${{ matrix.databases }}-${{ matrix.server-versions }}
2626

.github/workflows/static-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
strategy:
1515
matrix:
16-
ocp-version: [ 'dev-master' ]
16+
ocp-version: [ 'dev-stable25' ]
1717

1818
name: Nextcloud ${{ matrix.ocp-version }}
1919
steps:

0 commit comments

Comments
 (0)