Skip to content

Commit

Permalink
Update elixir.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ericentin committed Apr 29, 2023
1 parent 57c3eb3 commit f39844b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/elixir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Setup rust
uses: actions-rs/toolchain@v1.0.5
uses: actions-rs/toolchain@v1
with:
default: true
toolchain: stable
Expand All @@ -19,8 +19,8 @@ jobs:
- name: Setup elixir
uses: actions/setup-elixir@v1
with:
elixir-version: '1.10.x'
otp-version: '23.x'
elixir-version: '1.14.x'
otp-version: '25.x'
- name: Install Dependencies
run: mix deps.get
- name: Check Elixir Formatting
Expand Down

0 comments on commit f39844b

Please sign in to comment.