Skip to content

Commit

Permalink
fix(ci): mariadb image
Browse files Browse the repository at this point in the history
  • Loading branch information
nikkothari22 committed Jan 10, 2025
1 parent a850608 commit 9b94cdd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ on:
jobs:
tests:
runs-on: ubuntu-latest
strategy:
fail-fast: false
name: Server

services:
Expand All @@ -31,7 +29,7 @@ jobs:
ports:
- 12000:6379
mariadb:
image: mariadb:10.6
image: anandology/mariadb-utf8mb4:10.3
env:
MYSQL_ROOT_PASSWORD: root
ports:
Expand Down

0 comments on commit 9b94cdd

Please sign in to comment.