Skip to content

Commit

Permalink
Fix MariaDB tests
Browse files Browse the repository at this point in the history
  • Loading branch information
staudenmeir committed Feb 21, 2024
1 parent 386ce60 commit e0f549c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ services:
networks:
- test
mariadb:
image: 'mariadb:latest'
image: 'mariadb:11.2'
environment:
MYSQL_ROOT_PASSWORD: password
MYSQL_DATABASE: test
Expand Down

0 comments on commit e0f549c

Please sign in to comment.