Skip to content

Commit 7c5fe77

Browse files
committed
Use NC stable32 references
Signed-off-by: Robin Windey <[email protected]>
1 parent 4ed7a76 commit 7c5fe77

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.github/workflows/phpunit-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
matrix:
4545
php-versions: ['8.3']
4646
databases: ['mysql']
47-
server-versions: ['master']
47+
server-versions: ['stable32']
4848
backend: ['remote', 'local'] # Do not change these names, they're used in the integration tests
4949

5050
name: php-integrationtests-${{ matrix.backend }}-${{ matrix.php-versions }}-${{ matrix.databases }}

.github/workflows/phpunit.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
matrix:
2121
php-versions: ['8.3']
2222
databases: ['sqlite']
23-
server-versions: ['master']
23+
server-versions: ['stable32']
2424

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

@@ -77,7 +77,7 @@ jobs:
7777
matrix:
7878
php-versions: ['8.3', '8.4']
7979
databases: ['mysql']
80-
server-versions: ['master']
80+
server-versions: ['stable32']
8181

8282
name: php${{ matrix.php-versions }}-${{ matrix.databases }}
8383

@@ -143,7 +143,7 @@ jobs:
143143
matrix:
144144
php-versions: ['8.3']
145145
databases: ['pgsql']
146-
server-versions: ['master']
146+
server-versions: ['stable32']
147147

148148
name: php${{ matrix.php-versions }}-${{ matrix.databases }}
149149

.github/workflows/psalm.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-stable32' ]
1717
php-version: [ '8.2', '8.3', '8.4' ]
1818

1919
name: Nextcloud ${{ matrix.ocp-version }} PHP${{ matrix.php-version }}

.github/workflows/sonarqube.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: ['8.3']
2222
databases: ['sqlite']
23-
server-versions: ['master']
23+
server-versions: ['stable32']
2424

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

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"phpunit/phpcov": "^10.0",
99
"nextcloud/coding-standard": "^1.3",
1010
"vimeo/psalm": "6.4.*",
11-
"nextcloud/ocp": "dev-master"
11+
"nextcloud/ocp": "dev-stable32"
1212
},
1313
"config": {
1414
"optimize-autoloader": true,

0 commit comments

Comments
 (0)