Skip to content

Commit

Permalink
Update postgres to 17.0 (#1217)
Browse files Browse the repository at this point in the history
  • Loading branch information
biow0lf authored Oct 5, 2024
1 parent 53da0ab commit 1aac30f
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 @@ -28,7 +28,7 @@ jobs:

services:
postgres:
image: "postgres:16.3"
image: "postgres:17.0"
env:
POSTGRES_HOST_AUTH_METHOD: "trust"
POSTGRES_USER: "runner"
Expand Down

0 comments on commit 1aac30f

Please sign in to comment.