Skip to content

Commit

Permalink
Update elixir.yml
Browse files Browse the repository at this point in the history
Added postgres user, updated node to use node20
  • Loading branch information
jhalmu authored Sep 1, 2024
1 parent f22b276 commit bdab2f4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/elixir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,10 @@ jobs:
runs-on: ubuntu-latest
services:
db:
image: postgres
image: postgres:16
ports: ['5432:5432']
env:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
options: >-
--health-cmd pg_isready
Expand All @@ -34,7 +35,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up Elixir
uses: erlef/setup-beam@61e01a43a562a89bfc54c7f9a378ff67b03e4a21 # v1.16.0
uses: erlef/setup-beam@61e01a43a562a89bfc54c7f9a378ff67b03e4a21 #node20
with:
elixir-version: '1.17.2' # [Required] Define the Elixir version
otp-version: '26.0' # [Required] Define the Erlang/OTP version
Expand Down

0 comments on commit bdab2f4

Please sign in to comment.