Skip to content

Commit

Permalink
ci: fix errror in elixir version (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikaelFangel authored Sep 29, 2024
1 parent c6ec71c commit 2163e09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Set up Elixir
uses: erlef/setup-beam@61e01a43a562a89bfc54c7f9a378ff67b03e4a21 # v1.16.0
with:
elixir-version: '1.15.2' # [Required] Define the Elixir version
elixir-version: '1.17.3' # [Required] Define the Elixir version
otp-version: '26.0' # [Required] Define the Erlang/OTP version

- name: Restore dependencies cache
Expand Down

0 comments on commit 2163e09

Please sign in to comment.