Skip to content

Commit

Permalink
Update postgres version in GitHub Actions to match production
Browse files Browse the repository at this point in the history
  • Loading branch information
littleforest committed May 13, 2023
1 parent 13f45ae commit e709975
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

services:
db:
image: postgres:12.3
image: postgres:14.8
env:
POSTGRES_PASSWORD: password
ports:
Expand Down

0 comments on commit e709975

Please sign in to comment.