Skip to content

Commit

Permalink
fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
yordis committed Sep 11, 2023
1 parent eb2ac41 commit 5224fa6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,8 @@ jobs:
- name: Set up Elixir
uses: erlef/setup-beam@v1
with:
elixir-version: '1.11'
otp-version: '22.3'
version-type: strict
elixir-version: "1.14"
otp-version: "24.3"
- name: Restore dependencies cache
uses: actions/cache@v2
with:
Expand Down

0 comments on commit 5224fa6

Please sign in to comment.