Skip to content

Commit

Permalink
bump up pg and mysql image versions
Browse files Browse the repository at this point in the history
  • Loading branch information
csummers committed Jul 30, 2023
1 parent 920332b commit 73b6a05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint-test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

services:
postgres:
image: postgres:14.1
image: postgres:15
env:
POSTGRES_DB: hugtest
POSTGRES_USER: hugtest
Expand All @@ -26,7 +26,7 @@ jobs:
ports:
- 5432:5432
mysql:
image: mysql:5.7
image: mysql:8
env:
MYSQL_DATABASE: hugtest
MYSQL_USER: hugtest
Expand Down

0 comments on commit 73b6a05

Please sign in to comment.