Skip to content

Commit

Permalink
TEST: Use mysql 8.0.39 instead of MariaDB
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyMcCormick committed Aug 12, 2024
1 parent 926930a commit be44c9b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test_mysql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,11 @@ jobs:

runs-on: ubuntu-latest

# mariadb:
# image: mariadb:10.6.8
services:
mariadb:
image: mariadb:10.6.8
mysql:
image: mysql:8.0.39
env:
MYSQL_ROOT_PASSWORD: root
MYSQL_USER: rubin
Expand Down

0 comments on commit be44c9b

Please sign in to comment.