Skip to content

Commit

Permalink
Update elixir and otp version
Browse files Browse the repository at this point in the history
  • Loading branch information
ricn committed Oct 9, 2023
1 parent 2ffbf15 commit 3e0e045
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 @@ -17,8 +17,8 @@ jobs:
- name: Set up Elixir
uses: erlef/setup-beam@988e02bfe678367a02564f65ca2e37726dc0268f
with:
elixir-version: '1.14.1' # Define the elixir version [required]
otp-version: '25.2' # Define the OTP version [required]
elixir-version: '1.15.16' # Define the elixir version [required]
otp-version: '26.1.1' # Define the OTP version [required]
- name: Restore dependencies cache
uses: actions/cache@v2
with:
Expand Down

0 comments on commit 3e0e045

Please sign in to comment.