Skip to content

Commit

Permalink
Merge pull request #13 from antonmi/elixir_15_7
Browse files Browse the repository at this point in the history
Set elixir-version: '1.15.7' and otp-version: '26.1.2' for workflows
  • Loading branch information
antonmi authored Nov 7, 2023
2 parents bf5dd43 + ad621bd commit e8a6066
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/elixir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
env:
ImageOS: ubuntu20
with:
elixir-version: '1.15.7-otp-26' # Define the elixir version [required]
elixir-version: '1.15.7' # Define the elixir version [required]
otp-version: '26.1.2' # Define the OTP version [required]
- name: Restore dependencies cache
uses: actions/cache@v2
Expand Down

0 comments on commit e8a6066

Please sign in to comment.