Skip to content

Commit

Permalink
Update to use postgres 17 on GH action
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesjefferies committed Dec 19, 2024
1 parent 583c977 commit a942de9
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 @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
services:
postgres:
image: postgres:15
image: postgres:17
env:
POSTGRES_PASSWORD: postgres
ports: ['5432:5432']
Expand Down

0 comments on commit a942de9

Please sign in to comment.