Skip to content

Commit

Permalink
Merge pull request #4400 from nextcloud/update-stable31-target-versions
Browse files Browse the repository at this point in the history
chore(CI): Adjust testing matrix for Nextcloud 31 on stable31
  • Loading branch information
elzody authored Jan 23, 2025
2 parents cf10feb + 10fe25c commit 3e24a35
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cypress-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
containers: [1, 2, 3]
php-versions: [ '8.1' ]
databases: [ 'sqlite' ]
server-versions: [ 'master' ]
server-versions: [ 'stable31' ]

name: runner ${{ matrix.code-image}}-${{ matrix.containers }}

Expand Down
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 3e24a35

Please sign in to comment.