Skip to content

Commit

Permalink
attempt to use Elixir 1.18.2 and OTP 27.2 in ci for #229
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonic committed Jan 29, 2025
1 parent 1d08a93 commit b737aa9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
- name: Set up Elixir
uses: erlef/setup-beam@v1 # https://github.com/erlef/setup-beam
with:
elixir-version: '1.14.3' # Define the elixir version [required]
otp-version: '25.0' # Define the OTP version [required]
elixir-version: '1.18.2' # Define the elixir version [required]
otp-version: '27.2' # Define the OTP version [required]
- name: Restore dependencies cache
uses: actions/cache@v2
with:
Expand Down

0 comments on commit b737aa9

Please sign in to comment.