Skip to content

Commit 7299263

Browse files
Merge pull request #753 from nextcloud/update-stable32-target-versions
chore(CI): Adjust testing matrix for Nextcloud 32 on stable32
2 parents 6f83ecd + 1bc7030 commit 7299263

File tree

3 files changed

+10
-11
lines changed

3 files changed

+10
-11
lines changed

.github/workflows/integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
matrix:
2626
php-versions: ['8.1']
2727
databases: ['sqlite', 'mysql', 'pgsql']
28-
server-versions: ['master']
28+
server-versions: ['stable32']
2929
primary-storage: ['local', 'minio']
3030

3131
name: php${{ matrix.php-versions }}-${{ matrix.databases }}-${{ matrix.server-versions }}-${{ matrix.primary-storage}}

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"require-dev": {
2626
"friendsofphp/php-cs-fixer": "^3.82.0",
2727
"nextcloud/coding-standard": "^1.2.1",
28-
"nextcloud/ocp": "dev-master",
28+
"nextcloud/ocp": "dev-stable32",
2929
"phpunit/phpunit": "^10.5.28",
3030
"vimeo/psalm": "^6.12"
3131
}

composer.lock

Lines changed: 8 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)