Skip to content

Commit

Permalink
remove mysql image version from ci
Browse files Browse the repository at this point in the history
  • Loading branch information
adlamas committed Oct 30, 2023
1 parent 7e88e73 commit dc1f476
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@ jobs:
--health-timeout 5s
--health-retries 5
mysql:
image: mysql:5.7
image: mysql
ports:
- 3306:3306
env:
MYSQL_ROOT_PASSWORD: password
MYSQL_USER: active_outbox_user
MYSQL_PASSWORD: password
MYSQL_DATABASE: active_outbox_db
MYSQL_ROOT_PASSWORD: password
options: >-
--health-cmd "mysqladmin ping"
--health-interval 10s
Expand Down Expand Up @@ -76,4 +76,3 @@ jobs:
MYSQL_PORT: 3306
MYSQL_USER: active_outbox_user
MYSQL_PASSWORD: password

0 comments on commit dc1f476

Please sign in to comment.