Skip to content

Commit

Permalink
Upgrade GitHub Actions PostgreSQL to v16
Browse files Browse the repository at this point in the history
  • Loading branch information
ur5us committed Oct 28, 2023
1 parent 0fd2edf commit 5f1c429
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
rails_version: 6.1
services:
db:
image: postgres:14
image: postgres:16
ports: ["5432:5432"]
env:
POSTGRES_USER: postgres
Expand Down

0 comments on commit 5f1c429

Please # to comment.