Skip to content

Commit 2dd0aaa

Browse files
authored
Prep nc31 (#292)
* NC31 version bump * Set CI/CD to stable31
1 parent 3a2d29a commit 2dd0aaa

File tree

6 files changed

+22
-23
lines changed

6 files changed

+22
-23
lines changed

.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: ['stable31']
2424

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

@@ -76,7 +76,7 @@ jobs:
7676
matrix:
7777
php-versions: ['8.2', '8.3']
7878
databases: ['mysql']
79-
server-versions: ['master']
79+
server-versions: ['stable31']
8080

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

@@ -141,7 +141,7 @@ jobs:
141141
matrix:
142142
php-versions: ['8.3']
143143
databases: ['pgsql']
144-
server-versions: ['master']
144+
server-versions: ['stable31']
145145

146146
name: php${{ matrix.php-versions }}-${{ matrix.databases }}
147147

.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-stable31' ]
1717
php-version: [ '8.1', '8.2', '8.3' ]
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.2']
2222
databases: ['sqlite']
23-
server-versions: ['master']
23+
server-versions: ['stable31']
2424

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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=R0Wi_workflow_ocr&metric=coverage)](https://sonarcloud.io/summary/new_code?id=R0Wi_workflow_ocr)
66
![Lint](https://github.com/R0Wi/workflow_ocr/workflows/Lint/badge.svg)
77
[![Generic badge](https://img.shields.io/github/v/release/R0Wi/workflow_ocr)](https://github.com/R0Wi/workflow_ocr/releases)
8-
[![Generic badge](https://img.shields.io/badge/Nextcloud-30-orange)](https://github.com/nextcloud/server)
8+
[![Generic badge](https://img.shields.io/badge/Nextcloud-31-orange)](https://github.com/nextcloud/server)
99

1010
[!["Buy Me A Coffee"](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://www.buymeacoffee.com/R0Wi)
1111

composer.json

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

composer.lock

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

0 commit comments

Comments
 (0)