Skip to content

Commit

Permalink
chore(CI): Adjust testing matrix for Nextcloud 31 on stable31
Browse files Browse the repository at this point in the history
Signed-off-by: Joas Schilling <[email protected]>
  • Loading branch information
nickvergessen committed Jan 23, 2025
1 parent cf10feb commit a6ba77c
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 15 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: ['stable31']
scenarios: ['wopi', 'direct', 'federation', 'api']

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: ['stable31']
scenarios: ['wopi', 'direct', 'federation', 'api']

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: ['stable31']
scenarios: ['wopi', 'direct', 'federation', 'api']

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: ['stable31']
scenarios: ['wopi', 'direct', 'federation', 'api']

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 @@ -21,7 +21,7 @@
"psalm/phar": "^5.3",
"friendsofphp/php-cs-fixer": "^3.8",
"nextcloud/coding-standard": "^1.0",
"nextcloud/ocp": "dev-master",
"nextcloud/ocp": "dev-stable31",
"phpunit/phpunit": "^9.5",
"bamarni/composer-bin-plugin": "^1.8"
},
Expand Down
19 changes: 9 additions & 10 deletions composer.lock

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

0 comments on commit a6ba77c

Please sign in to comment.