diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index df6d9ba6..61521d52 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -92,7 +92,7 @@ jobs: name: Nextcloud ${{ matrix.nextcloud-version }} php${{ matrix.php-version }}-${{ matrix.db }} integration tests services: mysql-service: - image: mariadb:10.11 + image: mariadb:12.3 env: MYSQL_ROOT_PASSWORD: my-secret-pw MYSQL_DATABASE: nextcloud