Skip to content

Commit

Permalink
Fix elixir and otp version in CD
Browse files Browse the repository at this point in the history
  • Loading branch information
cottinisimone committed Dec 11, 2023
1 parent 4b7987f commit b3f13d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
- name: Setup Elixir
uses: erlef/setup-beam@v1
with:
otp-version: '24'
elixir-version: '1.13'
otp-version: '25'
elixir-version: '1.14'
- name: Checkout
uses: actions/checkout@v3
- name: setup hex
Expand Down

0 comments on commit b3f13d3

Please sign in to comment.