01acfa3b40
Type checking / changes (push) Has been cancelled
Type checking / test (push) Has been cancelled
Type checking / typescript-summary (push) Has been cancelled
Node tests / changes (push) Has been cancelled
Node tests / test (push) Has been cancelled
Node tests / test-summary (push) Has been cancelled
Источник: https://github.com/nextcloud/spreed/archive/refs/tags/v22.0.12.tar.gz С этого коммита ветка официального Nextcloud Talk отрезана (решение владельца 2026-07-06). Все дальнейшие изменения — только наши; версии релизов: 22.0.12-f7.N.
14 lines
611 B
Diff
14 lines
611 B
Diff
diff --git b/.github/workflows/phpunit-mariadb.yml a/.github/workflows/phpunit-mariadb.yml
|
|
index fcc701967..c9c5a4e3e 100644
|
|
--- b/.github/workflows/phpunit-mariadb.yml
|
|
+++ a/.github/workflows/phpunit-mariadb.yml
|
|
@@ -70,7 +70,7 @@ jobs:
|
|
matrix:
|
|
php-versions: ${{ fromJson(needs.matrix.outputs.php-version) }}
|
|
server-versions: ${{ fromJson(needs.matrix.outputs.server-max) }}
|
|
- mariadb-versions: ['10.6', '11.4']
|
|
+ mariadb-versions: ['10.6', '11.8']
|
|
|
|
name: MariaDB ${{ matrix.mariadb-versions }} PHP ${{ matrix.php-versions }} Nextcloud ${{ matrix.server-versions }}
|
|
|