Skip to content

Commit

Permalink
Update DB versions
Browse files Browse the repository at this point in the history
  • Loading branch information
flash-gordon committed May 6, 2024
1 parent 8e627be commit 5ff7350
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
SEQUEL_FROM_MAIN: "${{matrix.sequel_from_main}}"
services:
mysql:
image: mysql:5.7
image: mysql:8.4
ports:
- 3306:3306
env:
Expand All @@ -53,7 +53,7 @@ jobs:
MYSQL_ROOT_PASSWORD: password
MYSQL_DATABASE: rom-sql
postgres:
image: postgres:14
image: postgres:16
ports:
- 5432:5432
env:
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ services:
links: [mysql, postgres]

mysql:
image: mysql:5.7
image: mysql:8.4
ports:
- "3307:3306"
env_file: .env

postgres:
image: postgres:14
image: postgres:16
ports:
- "5433:5432"
env_file: .env
Expand Down

0 comments on commit 5ff7350

Please sign in to comment.