Skip to content

Commit

Permalink
chore: fix object name after updating mysql from 5.6 to. 5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
pauloiankoski authored Sep 29, 2023
1 parent b6eaf5f commit b6310e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wordpress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
run: |
case "$MYSQL_VERSION" in
'mysql:5.7')
MYSQL_PORT=${{ job.services.mysql56.ports[3306] }}
MYSQL_PORT=${{ job.services.mysql57.ports[3306] }}
MYSQL_PASS=N0Tweak!@123!
;;
'mysql:8.0')
Expand Down

0 comments on commit b6310e6

Please sign in to comment.