Skip to content

Commit

Permalink
align otp versions
Browse files Browse the repository at this point in the history
  • Loading branch information
cpiemontese committed Nov 3, 2023
1 parent d0180fa commit 61cf87d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/retire.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:
- uses: actions/checkout@v4
- uses: erlef/setup-beam@v1
with:
otp-version: '26'
elixir-version: '1.15'
otp-version: '24'
elixir-version: '1.13'
- run: echo "Attempting to retire version $VERSION"
- run: mix hex.config api_key "$HEX_AUTH_KEY"
env:
Expand Down

0 comments on commit 61cf87d

Please sign in to comment.