Skip to content

Commit

Permalink
b
Browse files Browse the repository at this point in the history
  • Loading branch information
hoquanganh committed Mar 16, 2024
1 parent beacc41 commit bed26a2
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,18 @@ jobs:
runs-on: ubuntu-22.04
services:
postgres:
image: postgres:11
image: postgres:10.8
ports:
- 5432:5432
env:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
options: --health-cmd pg_isready --health-interval
options: >-
--mount type=tmpfs,destination=/var/lib/postgresql/data
--health-cmd pg_isready
--health-interval 10s
--health-timeout 5s
--health-retries 5
strategy:
matrix:
ruby-version: ['3.2.0']
Expand Down

0 comments on commit bed26a2

Please sign in to comment.