Skip to content

Commit

Permalink
use versioning from asdf
Browse files Browse the repository at this point in the history
  • Loading branch information
petermueller committed Nov 29, 2023
1 parent 9413bf5 commit 0ec41fd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/elixir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,14 @@ jobs:

steps:
- uses: actions/checkout@v3

- name: Set up Elixir
uses: erlef/setup-beam@v1
id: beam
with:
elixir-version: '1.13.1' # Define the elixir version [required]
otp-version: '24.1' # Define the OTP version [required]
version-file: .tool-versions
version-type: strict

- name: Restore dependencies cache
uses: actions/cache@v3
with:
Expand Down
4 changes: 2 additions & 2 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
elixir 1.13.1-otp-24
erlang 24.2
elixir 1.15.7-otp-26
erlang 26.1.2

0 comments on commit 0ec41fd

Please sign in to comment.