Skip to content

Commit

Permalink
ci: update
Browse files Browse the repository at this point in the history
  • Loading branch information
wbotelhos committed May 25, 2023
1 parent 7042e4e commit 570f7b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -11,14 +11,14 @@ jobs:
env:
POSTGRES_HOST_AUTH_METHOD: trust

image: postgres:13-alpine
image: postgres:15-alpine
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5

ports:
- 5432:5432

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Ruby and Bundle Install
uses: eregon/use-ruby-action@v1
Expand Down

0 comments on commit 570f7b4

Please sign in to comment.