Skip to content

Commit

Permalink
add mysql and postgres host env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
thewunder committed Mar 21, 2024
1 parent 412ab49 commit f867fb7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,10 @@ jobs:
php: [ 8.1, 8.2, 8.3 ]

env:
MYSQL_HOST: localhost
MYSQL_USER: root
MYSQL_PASSWORD: root
PGSQL_HOST: localhost
PGSQL_USER: postgres

steps:
Expand Down

0 comments on commit f867fb7

Please sign in to comment.