Skip to content

Commit

Permalink
Set elixir-version: '1.15.7-otp-26' and otp-version: '26.1.2' for git…
Browse files Browse the repository at this point in the history
…hub workflows
  • Loading branch information
antonmi committed Nov 7, 2023
1 parent 18664a1 commit bf5dd43
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 @@ -19,8 +19,8 @@ jobs:
env:
ImageOS: ubuntu20
with:
elixir-version: '1.14.0' # Define the elixir version [required]
otp-version: '25.1' # Define the OTP version [required]
elixir-version: '1.15.7-otp-26' # Define the elixir version [required]
otp-version: '26.1.2' # Define the OTP version [required]
- name: Restore dependencies cache
uses: actions/cache@v2
with:
Expand Down

0 comments on commit bf5dd43

Please sign in to comment.