From 570f7b48a804aabef9aff06550f04b7ba77dadd5 Mon Sep 17 00:00:00 2001 From: Washington Botelho Date: Thu, 25 May 2023 11:19:57 -0300 Subject: [PATCH] ci: update --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aed8b43..3fd52bd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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