Skip to content

Commit

Permalink
Prep nc31 (#292)
Browse files Browse the repository at this point in the history
* NC31 version bump

* Set CI/CD to stable31
  • Loading branch information
R0Wi authored Feb 3, 2025
1 parent 3a2d29a commit 2dd0aaa
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 23 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
matrix:
php-versions: ['8.3']
databases: ['sqlite']
server-versions: ['master']
server-versions: ['stable31']

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

Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
matrix:
php-versions: ['8.2', '8.3']
databases: ['mysql']
server-versions: ['master']
server-versions: ['stable31']

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

Expand Down Expand Up @@ -141,7 +141,7 @@ jobs:
matrix:
php-versions: ['8.3']
databases: ['pgsql']
server-versions: ['master']
server-versions: ['stable31']

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

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/psalm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

strategy:
matrix:
ocp-version: [ 'dev-master' ]
ocp-version: [ 'dev-stable31' ]
php-version: [ '8.1', '8.2', '8.3' ]

name: Nextcloud ${{ matrix.ocp-version }} PHP${{ matrix.php-version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sonarqube.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
matrix:
php-versions: ['8.2']
databases: ['sqlite']
server-versions: ['master']
server-versions: ['stable31']

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

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=R0Wi_workflow_ocr&metric=coverage)](https://sonarcloud.io/summary/new_code?id=R0Wi_workflow_ocr)
![Lint](https://github.com/R0Wi/workflow_ocr/workflows/Lint/badge.svg)
[![Generic badge](https://img.shields.io/github/v/release/R0Wi/workflow_ocr)](https://github.com/R0Wi/workflow_ocr/releases)
[![Generic badge](https://img.shields.io/badge/Nextcloud-30-orange)](https://github.com/nextcloud/server)
[![Generic badge](https://img.shields.io/badge/Nextcloud-31-orange)](https://github.com/nextcloud/server)

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

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"phpunit/phpcov": "8.2.*",
"nextcloud/coding-standard": "^1.0",
"vimeo/psalm": "^5.15",
"nextcloud/ocp": "dev-master"
"nextcloud/ocp": "dev-stable31"
},
"config": {
"optimize-autoloader": true,
Expand Down
31 changes: 15 additions & 16 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2dd0aaa

Please sign in to comment.