Skip to content

Commit 65b276b

Browse files
authored
Merge pull request #14453 from nextcloud/ci/noid/update-guests-app-branching-30
[stable30] ci: Adjust to changed guests app branching
2 parents dc83857 + ae087a4 commit 65b276b

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', 'chat-3', 'chat-4', '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: ['stable30']
58-
guests-versions: ['stable30']
58+
guests-versions: ['master']
5959
circles-versions: ['stable30']
6060
notifications-versions: ['stable30']
6161

.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', 'chat-3', 'chat-4', '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: ['stable30']
58-
guests-versions: ['stable30']
58+
guests-versions: ['master']
5959
circles-versions: ['stable30']
6060
notifications-versions: ['stable30']
6161

.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', 'chat-3', 'chat-4', '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: ['stable30']
58-
guests-versions: ['stable30']
58+
guests-versions: ['master']
5959
circles-versions: ['stable30']
6060
notifications-versions: ['stable30']
6161

.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', 'chat-3', 'chat-4', '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: ['stable30']
55-
guests-versions: ['stable30']
55+
guests-versions: ['master']
5656
circles-versions: ['stable30']
5757
notifications-versions: ['stable30']
5858

.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', 'chat-3', 'chat-4', '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: ['stable30']
58-
guests-versions: ['stable30']
58+
guests-versions: ['master']
5959
circles-versions: ['stable30']
6060
notifications-versions: ['stable30']
6161

tests/integration/run.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
PROCESS_ID=$$
77

88
APP_NAME=spreed
9-
NOTIFICATIONS_BRANCH="master"
9+
NOTIFICATIONS_BRANCH="stable30"
1010
GUESTS_BRANCH="master"
11-
CIRCLES_BRANCH="master"
11+
CIRCLES_BRANCH="stable30"
1212

1313
APP_INTEGRATION_DIR=$PWD
1414
ROOT_DIR=${APP_INTEGRATION_DIR}/../../../..

0 commit comments

Comments
 (0)