From 7484ebacb5a684234b8ecf11ca693d2683d85eb3 Mon Sep 17 00:00:00 2001 From: Raffael Meyer <14891507+barredterra@users.noreply.github.com> Date: Tue, 6 Dec 2022 19:53:35 +0100 Subject: [PATCH] ci(deps): install mariadb 10.6 (#19166) --- .github/helper/install_dependencies.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/helper/install_dependencies.sh b/.github/helper/install_dependencies.sh index 1df066b0bf..b8da022665 100644 --- a/.github/helper/install_dependencies.sh +++ b/.github/helper/install_dependencies.sh @@ -4,7 +4,7 @@ set -e echo "Setting Up System Dependencies..." sudo apt update -sudo apt install libcups2-dev redis-server mariadb-client-10.3 +sudo apt install libcups2-dev redis-server mariadb-client-10.6 install_wkhtmltopdf() { wget -q https://github.com/wkhtmltopdf/packaging/releases/download/0.12.6-1/wkhtmltox_0.12.6-1.focal_amd64.deb