aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorGravatar vitalyster2023-06-10 07:10:42 +0300
committerGravatar Vitaly Takmazov2023-06-10 07:17:35 +0300
commitbc0b2b41fa4649989740f0ddf5b97c8f5946d0d7 (patch)
treec77d057d236c8044c878da75ef0e25438e4df85f /.github
parent2d88c63f92c6f9ce6529bd0c20a818782cd2dffe (diff)
CI: pin MariaDB image version
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
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: