Skip to content

Commit

Permalink
Use .tool-versions to manage otp/elixir
Browse files Browse the repository at this point in the history
  • Loading branch information
fredwu committed May 23, 2023
1 parent 9ce189c commit cc3fe9e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/elixir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ jobs:

strategy:
matrix:
elixir: [1.14.3]
otp: [25.2.3]
meili: [1.0.2, 1.1.1]

env:
Expand All @@ -26,8 +24,8 @@ jobs:
- name: Set up Elixir
uses: erlef/setup-beam@v1
with:
elixir-version: ${{ matrix.elixir }}
otp-version: ${{ matrix.otp }}
version-type: strict
version-file: .tool-versions
- name: Restore dependencies cache
uses: actions/cache@v3
with:
Expand Down
2 changes: 2 additions & 0 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
erlang 25.3
elixir 1.14.5

0 comments on commit cc3fe9e

Please sign in to comment.