Skip to content

Commit

Permalink
chore: update Brewfile per renaming postgresql Formula
Browse files Browse the repository at this point in the history
postgresql was renamed to postgresql@14 in the Homebrew upstream
and now postgresql@16 is the latest stable, so we can use
postgresql@16 in the development environment.

cf.
Homebrew/homebrew-core@8060df9

Signed-off-by: Takuya Noguchi <[email protected]>
  • Loading branch information
tnir committed May 23, 2024
1 parent cacb847 commit 27cb8c6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Brewfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
brew "ffmpeg"
brew "memcached"
brew "mysql"
brew "postgresql"
brew "postgresql@16"
brew "libpq"
brew "redis"
brew "yarn"
cask "xquartz"
Expand Down

0 comments on commit 27cb8c6

Please sign in to comment.