mirror of
https://github.com/nextcloud/spreed.git
synced 2025-12-18 05:20:50 +01:00
ci(mariadb): Test against MariaDB 11.8
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
901dd8ec90
commit
c1765f6ed2
1 changed files with 1 additions and 1 deletions
2
.github/workflows/phpunit-mariadb.yml
vendored
2
.github/workflows/phpunit-mariadb.yml
vendored
|
|
@ -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 }}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue