Skip to content

Commit

Permalink
chore(CI): Adjust testing matrix for Nextcloud 30 on stable30
Browse files Browse the repository at this point in the history
Signed-off-by: Joas Schilling <coding@schilljs.com>
  • Loading branch information
nickvergessen committed Aug 14, 2024
1 parent 868112b commit b1eb405
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 14 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
code-image: [ 'release', 'nightly' ]
php-versions: ['8.1']
databases: ['sqlite']
server-versions: ['master']
server-versions: ['stable30']
scenarios: ['wopi', 'direct', 'federation']

name: integration-${{ matrix.code-image }}-${{ matrix.scenarios }}-${{ matrix.php-versions }}-${{ matrix.databases }}-${{ matrix.server-versions }}
Expand Down Expand Up @@ -126,7 +126,7 @@ jobs:
matrix:
php-versions: ['8.1']
databases: ['mysql']
server-versions: ['master']
server-versions: ['stable30']
scenarios: ['wopi', 'direct', 'federation']

name: integration-${{ matrix.scenarios }}-${{ matrix.php-versions }}-${{ matrix.databases }}-${{ matrix.server-versions }}
Expand Down Expand Up @@ -205,7 +205,7 @@ jobs:
matrix:
php-versions: ['8.1']
databases: ['pgsql']
server-versions: ['master']
server-versions: ['stable30']
scenarios: ['wopi', 'direct', 'federation']

name: integration-${{ matrix.scenarios }}-${{ matrix.php-versions }}-${{ matrix.databases }}-${{ matrix.server-versions }}
Expand Down Expand Up @@ -286,7 +286,7 @@ jobs:
matrix:
php-versions: ['8.1']
databases: ['oci']
server-versions: ['master']
server-versions: ['stable30']
scenarios: ['wopi', 'direct', 'federation']

name: integration-${{ matrix.scenarios }}-${{ matrix.php-versions }}-${{ matrix.databases }}-${{ matrix.server-versions }}
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"psalm/phar": "^5.3",
"friendsofphp/php-cs-fixer": "^3.8",
"nextcloud/coding-standard": "^1.0",
"nextcloud/ocp": "dev-master",
"nextcloud/ocp": "dev-stable30",
"phpunit/phpunit": "^9.5"
},
"license": "AGPLv3",
Expand Down
17 changes: 8 additions & 9 deletions composer.lock

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

0 comments on commit b1eb405

Please sign in to comment.