From 1e02e427060966e9893c9f4174379de1bcf73062 Mon Sep 17 00:00:00 2001 From: David Stone Date: Sun, 2 Feb 2025 01:20:15 -0700 Subject: [PATCH] Use mariadb client as the other no longer exists --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 00efd82..e5f7f95 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -22,7 +22,7 @@ job-references: sudo apt-get update && sudo apt-get install subversion sudo -E docker-php-ext-install mysqli sudo sh -c "printf '\ndeb http://ftp.us.debian.org/debian sid main\n' >> /etc/apt/sources.list" - sudo apt-get update && sudo apt-get install mysql-client-5.7 + sudo apt-get update && sudo apt-get install mariadb-client php_job: &php_job environment: