mirror of
https://github.com/nextcloud/spreed.git
synced 2025-12-18 05:20:50 +01:00
ci: Fix guests app branch again
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
0587bb3378
commit
41259aef13
5 changed files with 5 additions and 5 deletions
2
.github/workflows/integration-mariadb.yml
vendored
2
.github/workflows/integration-mariadb.yml
vendored
|
|
@ -55,7 +55,7 @@ jobs:
|
|||
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: ['stable29']
|
||||
guests-versions: ['stable3']
|
||||
guests-versions: ['stable-3']
|
||||
notifications-versions: ['stable29']
|
||||
|
||||
services:
|
||||
|
|
|
|||
2
.github/workflows/integration-mysql.yml
vendored
2
.github/workflows/integration-mysql.yml
vendored
|
|
@ -55,7 +55,7 @@ jobs:
|
|||
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: ['stable29']
|
||||
guests-versions: ['stable3']
|
||||
guests-versions: ['stable-3']
|
||||
notifications-versions: ['stable29']
|
||||
|
||||
services:
|
||||
|
|
|
|||
2
.github/workflows/integration-oci.yml
vendored
2
.github/workflows/integration-oci.yml
vendored
|
|
@ -55,7 +55,7 @@ jobs:
|
|||
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: ['stable29']
|
||||
guests-versions: ['stable3']
|
||||
guests-versions: ['stable-3']
|
||||
notifications-versions: ['stable29']
|
||||
|
||||
services:
|
||||
|
|
|
|||
2
.github/workflows/integration-pgsql.yml
vendored
2
.github/workflows/integration-pgsql.yml
vendored
|
|
@ -52,7 +52,7 @@ jobs:
|
|||
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: ['stable29']
|
||||
guests-versions: ['stable3']
|
||||
guests-versions: ['stable-3']
|
||||
notifications-versions: ['stable29']
|
||||
|
||||
services:
|
||||
|
|
|
|||
2
.github/workflows/integration-sqlite.yml
vendored
2
.github/workflows/integration-sqlite.yml
vendored
|
|
@ -55,7 +55,7 @@ jobs:
|
|||
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: ['stable29']
|
||||
guests-versions: ['stable3']
|
||||
guests-versions: ['stable-3']
|
||||
notifications-versions: ['stable29']
|
||||
|
||||
steps:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue