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 36dd731 commit 7ae2d88
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
coverage-reports: coverage/coverage.xml
services:
mysql:
image: mysql:5.7
image: mysql:8.4
ports:
- 3307:3306
env:
Expand All @@ -73,7 +73,7 @@ jobs:
MYSQL_ROOT_PASSWORD: password
MYSQL_DATABASE: rom-sql
postgres:
image: postgres:11
image: postgres:16
ports:
- 5433:5432
env:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/custom/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ jobs:
tests:
services:
mysql:
image: mysql:5.7
image: mysql:8.4
ports:
- 3307:3306
env:
Expand All @@ -11,7 +11,7 @@ jobs:
MYSQL_ROOT_PASSWORD: password
MYSQL_DATABASE: rom-sql
postgres:
image: postgres:11
image: postgres:16
ports:
- 5433:5432
env:
Expand All @@ -21,7 +21,7 @@ jobs:
strategy:
matrix:
include:
- ruby: "2.7"
- ruby: "3.3"
coverage: "true"
fail_on_warnings: "true"
dry_types_from_master: "true"
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3"

services:
mysql:
image: mysql:5.7
image: mysql:8.4
ports:
- "3307:3306"
environment:
Expand All @@ -12,7 +12,7 @@ services:
MYSQL_DATABASE: rom-sql

postgres:
image: postgres:11
image: postgres:16
ports:
- "5433:5432"
environment:
Expand Down

0 comments on commit 7ae2d88

Please sign in to comment.