Skip to content

Commit

Permalink
Update CI to use Elixir 1.13.4/OTP 25.2
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgoetze committed Mar 5, 2023
1 parent 072ddd3 commit 1e4b3e4
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 @@ -15,8 +15,8 @@ jobs:
- name: Setup elixir
uses: actions/setup-elixir@v1
with:
elixir-version: 1.9.4 # Define the elixir version [required]
otp-version: 22.2 # Define the OTP version [required]
elixir-version: 1.13.4 # Define the elixir version [required]
otp-version: 25.2 # Define the OTP version [required]
- name: Check formatting
run: mix format --check-formatted

Expand Down

0 comments on commit 1e4b3e4

Please sign in to comment.