|
|
@ -52,7 +52,7 @@ jobs: |
|
|
|
strategy: |
|
|
|
fail-fast: false |
|
|
|
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'] |
|
|
|
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'] |
|
|
|
php-versions: ['8.2'] |
|
|
|
server-versions: ['master'] |
|
|
|
guests-versions: ['master'] |
|
|
@ -115,7 +115,7 @@ jobs: |
|
|
|
coverage: none |
|
|
|
ini-file: development |
|
|
|
# Temporary workaround for missing pcntl_* in PHP 8.3: ini-values: apc.enable_cli=on |
|
|
|
ini-values: apc.enable_cli=on, disable_functions= |
|
|
|
ini-values: apc.enable_cli=on, disable_functions= |
|
|
|
env: |
|
|
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
|
|
|
|
|
|
@ -136,7 +136,7 @@ jobs: |
|
|
|
./occ config:system:set debug --value=true --type=boolean |
|
|
|
./occ config:system:set hashing_default_password --value=true --type=boolean |
|
|
|
./occ config:system:set memcache.local --value="\\OC\\Memcache\\APCu" |
|
|
|
./occ config:system:set memcache.distributed --value="\\OC\\Memcache\\APCu" |
|
|
|
./occ config:system:set memcache.distributed --value="\\OC\\Memcache\\APCu" |
|
|
|
./occ app:enable --force ${{ env.APP_NAME }} |
|
|
|
./occ app:enable --force call_summary_bot |
|
|
|
./occ app:enable --force circles |
|
|
|