Skip to content

Commit

Permalink
Modify .github/workflows/elixir.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
danieljaouen committed Mar 10, 2024
1 parent 7f33b88 commit 6b4674d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/elixir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
- name: Set up Elixir
uses: erlef/setup-beam@61e01a43a562a89bfc54c7f9a378ff67b03e4a21 # v1.16.0
with:
elixir-version: '1.15.2' # [Required] Define the Elixir version
otp-version: '26.0' # [Required] Define the Erlang/OTP version
elixir-version: '1.16.0' # [Required] Define the Elixir version
otp-version: '26.2.1' # [Required] Define the Erlang/OTP version
- name: Restore dependencies cache
uses: actions/cache@v3
with:
Expand Down

0 comments on commit 6b4674d

Please sign in to comment.