Skip to content

Commit

Permalink
USH-1216: switch db engine to MariaDB 10.11 for e2e tests (#899)
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxpiper authored Mar 18, 2024
1 parent 94642ae commit 28e9969
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test-and-ship.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,14 +88,14 @@ jobs:

services:
mysql:
image: mysql:5.7
image: mariadb:10.11
ports:
- '33061:3306'
env:
MYSQL_ROOT_PASSWORD: root
MYSQL_DATABASE: ushahidi
MYSQL_USER: ushahidi
MYSQL_PASSWORD: ushahidi
MARIADB_ROOT_PASSWORD: root
MARIADB_DATABASE: ushahidi
MARIADB_USER: ushahidi
MARIADB_PASSWORD: ushahidi
LC_ALL: ${{ env.LC_ALL }}
TZ: ${{ env.TZ }}
redis:
Expand Down

0 comments on commit 28e9969

Please sign in to comment.