Skip to content

Commit

Permalink
Merge pull request #431 from range-of-motion/429-upgrade-to-mysql-8
Browse files Browse the repository at this point in the history
Upgrade to MySQL 8
  • Loading branch information
range-of-motion authored Oct 22, 2023
2 parents ca09b08 + 482cddc commit f189d51
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
runs-on: ubuntu-latest
services:
mysql:
image: mysql:5.7
image: mysql:8.0
env:
MYSQL_DATABASE: budget_testing
MYSQL_ROOT_PASSWORD: helloworld123
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
runs-on: ubuntu-latest
services:
mysql:
image: mysql:5.7
image: mysql:8.0
env:
MYSQL_DATABASE: budget_testing
MYSQL_ROOT_PASSWORD: helloworld123
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ volumes:

services:
database:
image: mysql:5.7
image: mysql:8.0
environment:
MYSQL_DATABASE: 'budget'
MYSQL_USER: 'budget'
Expand Down

0 comments on commit f189d51

Please sign in to comment.