Skip to content

Commit

Permalink
Switch to MySQL 8.0.31 for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rosa committed May 22, 2024
1 parent 2a69a27 commit 4c07901
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ volumes:

services:
mysql:
image: mariadb:latest
image: mysql:8.0.31
environment:
MYSQL_ALLOW_EMPTY_PASSWORD: "yes"
volumes:
- db:/var/lib/mysql
ports: [ "127.0.0.1:33306:3306" ]
ports: [ "127.0.0.1:33060:3306" ]
postgres:
image: postgres:13.4
environment:
Expand Down
3 changes: 1 addition & 2 deletions test/dummy/config/database.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,4 @@ development:
test:
<<: *default
database: db/test.sqlite3

<% end %>
<% end %>

0 comments on commit 4c07901

Please sign in to comment.