Skip to content

Commit

Permalink
Merge pull request #520 from podlove/feature/add-version-manager
Browse files Browse the repository at this point in the history
add `asdf` or `mise` support
  • Loading branch information
sorax committed Apr 14, 2024
2 parents e148580 + 2d6d8bb commit ad3751f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ on:
push:
branches: [main]

env:
OTP_VERSION: "26"
ELIXIR_VERSION: "1.15"

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
Expand Down Expand Up @@ -36,8 +32,8 @@ jobs:
- name: Setup Elixir
uses: erlef/setup-beam@v1
with:
otp-version: ${{ env.OTP_VERSION }}
elixir-version: ${{ env.ELIXIR_VERSION }}
version-file: .tool-versions
version-type: strict

- name: Checkout Repository
uses: actions/checkout@v4
Expand Down
2 changes: 2 additions & 0 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
elixir 1.16.2-otp-26
erlang 26.0.2

0 comments on commit ad3751f

Please sign in to comment.