Skip to content

Commit

Permalink
Update ci db images
Browse files Browse the repository at this point in the history
  • Loading branch information
radiac committed Aug 13, 2024
1 parent e048fe9 commit bf76a14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:

services:
postgres:
image: postgres:10.8
image: postgres:latest
ports:
- 5432:5432
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:

services:
mysql:
image: mysql:5.7
image: mysql:latest
env:
MYSQL_ALLOW_EMPTY_PASSWORD: yes
ports:
Expand Down

0 comments on commit bf76a14

Please sign in to comment.