From bc0b2b41fa4649989740f0ddf5b97c8f5946d0d7 Mon Sep 17 00:00:00 2001 From: vitalyster Date: Sat, 10 Jun 2023 07:10:42 +0300 Subject: CI: pin MariaDB image version --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a6c73dbc..6d0dcc30 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: POSTGRES_PASSWORD: secret options: --health-cmd="pg_isready -U juick" --health-interval=10s --health-retries=3 --health-timeout=5s --health-start-period=15s mysql: - image: mariadb + image: mariadb:10.11 ports: - 3306:3306 env: -- cgit v1.2.3