Skip to content

Commit

Permalink
Merge pull request #11953 from nextcloud/update-stable29-target-versions
Browse files Browse the repository at this point in the history
chore(CI): Adjust testing matrix for Nextcloud 29 on stable29
  • Loading branch information
nickvergessen authored Mar 28, 2024
2 parents 55a3746 + a8f27c8 commit 61a6b98
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 19 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration-mysql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ jobs:
matrix:
test-suite: ['callapi', 'chat-1', 'chat-2', 'command', 'conversation-1', 'conversation-2', 'conversation-3', 'conversation-4', 'conversation-5', 'federation', 'integration', 'sharing-1', 'sharing-2', 'sharing-3', 'sharing-4']
php-versions: ['8.2']
server-versions: ['master']
server-versions: ['stable29']
guests-versions: ['master']
call-summary-bot-versions: ['main']
notifications-versions: ['master']
notifications-versions: ['stable29']

services:
mysql:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/integration-oci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ jobs:
matrix:
test-suite: ['callapi', 'chat-1', 'chat-2', 'command', 'conversation-1', 'conversation-2', 'conversation-3', 'conversation-4', 'conversation-5', 'federation', 'integration', 'sharing-1', 'sharing-2', 'sharing-3', 'sharing-4']
php-versions: ['8.2']
server-versions: ['master']
server-versions: ['stable29']
guests-versions: ['master']
call-summary-bot-versions: ['main']
notifications-versions: ['master']
notifications-versions: ['stable29']

services:
oracle:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/integration-pgsql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ jobs:
matrix:
test-suite: ['callapi', 'chat-1', 'chat-2', 'command', 'conversation-1', 'conversation-2', 'conversation-3', 'conversation-4', 'conversation-5', 'federation', 'integration', 'sharing-1', 'sharing-2', 'sharing-3', 'sharing-4']
php-versions: ['8.3']
server-versions: ['master']
server-versions: ['stable29']
guests-versions: ['master']
call-summary-bot-versions: ['main']
notifications-versions: ['master']
notifications-versions: ['stable29']

services:
postgres:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/integration-sqlite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ jobs:
matrix:
test-suite: ['callapi', 'chat-1', 'chat-2', 'command', 'conversation-1', 'conversation-2', 'conversation-3', 'conversation-4', 'conversation-5', 'federation', 'integration', 'sharing-1', 'sharing-2', 'sharing-3', 'sharing-4']
php-versions: ['8.2']
server-versions: ['master']
server-versions: ['stable29']
guests-versions: ['master']
call-summary-bot-versions: ['main']
notifications-versions: ['master']
notifications-versions: ['stable29']

steps:
- name: Set app env
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/occ-command-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
strategy:
matrix:
php-versions: ['8.2']
server-versions: ['master']
server-versions: ['stable29']

steps:
- name: Set app env
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"test:unit": "vendor/bin/phpunit -c tests/php/phpunit.xml --colors=always --fail-on-warning --fail-on-risky"
},
"require-dev": {
"nextcloud/ocp": "dev-master",
"nextcloud/ocp": "dev-stable29",
"roave/security-advisories": "dev-latest"
},
"require": {
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 61a6b98

Please sign in to comment.