Skip to content

Commit 79a7b62

Browse files
authored
Merge pull request #14454 from nextcloud/ci/noid/update-guests-app-branching-29
[stable29] ci: Adjust to changed guests app branching
2 parents 9b5c5d5 + 53e6aba commit 79a7b62

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

.github/workflows/integration-mariadb.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
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']
5656
php-versions: ['8.2']
5757
server-versions: ['stable29']
58-
guests-versions: ['stable29']
58+
guests-versions: ['stable3']
5959
notifications-versions: ['stable29']
6060

6161
services:

.github/workflows/integration-mysql.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
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']
5656
php-versions: ['8.2']
5757
server-versions: ['stable29']
58-
guests-versions: ['stable29']
58+
guests-versions: ['stable3']
5959
notifications-versions: ['stable29']
6060

6161
services:

.github/workflows/integration-oci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
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']
5656
php-versions: ['8.2']
5757
server-versions: ['stable29']
58-
guests-versions: ['stable29']
58+
guests-versions: ['stable3']
5959
notifications-versions: ['stable29']
6060

6161
services:

.github/workflows/integration-pgsql.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
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']
5353
php-versions: ['8.3']
5454
server-versions: ['stable29']
55-
guests-versions: ['stable29']
55+
guests-versions: ['stable3']
5656
notifications-versions: ['stable29']
5757

5858
services:

.github/workflows/integration-sqlite.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
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']
5656
php-versions: ['8.2']
5757
server-versions: ['stable29']
58-
guests-versions: ['stable29']
58+
guests-versions: ['stable3']
5959
notifications-versions: ['stable29']
6060

6161
steps:

tests/integration/run.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
PROCESS_ID=$$
44

55
APP_NAME=spreed
6-
NOTIFICATIONS_BRANCH="master"
7-
GUESTS_BRANCH="master"
6+
NOTIFICATIONS_BRANCH="stable29"
7+
GUESTS_BRANCH="stable3"
88

99
APP_INTEGRATION_DIR=$PWD
1010
ROOT_DIR=${APP_INTEGRATION_DIR}/../../../..

0 commit comments

Comments
 (0)