Skip to content

Commit

Permalink
Lock CI to Postgres 16
Browse files Browse the repository at this point in the history
  • Loading branch information
elektronaut committed Nov 10, 2024
1 parent 5b2c2b0 commit 2835aaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
ruby: ["3.2", "3.3"]
services:
postgres:
image: postgres:latest
image: postgres:16
ports:
- 5432:5432
env:
Expand Down

0 comments on commit 2835aaa

Please sign in to comment.