Skip to content

Commit

Permalink
Update postgres to 16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
biow0lf committed Nov 25, 2023
1 parent 5389f5a commit 66c7038
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 @@ -24,7 +24,7 @@ jobs:

services:
postgres:
image: "postgres:16.0"
image: "postgres:16.1"
env:
POSTGRES_HOST_AUTH_METHOD: "trust"
POSTGRES_USER: "runner"
Expand Down

0 comments on commit 66c7038

Please sign in to comment.