Skip to content

Commit

Permalink
Erlang: Upgrade OTP
Browse files Browse the repository at this point in the history
The builds now run on Ubuntu 22.04. This means that OTP 22.2 is no longer available.

See:

https://github.com/erlef/setup-beam#compatibility-between-operating-system-and-erlangotp
  • Loading branch information
mpkorstanje committed Dec 17, 2022
1 parent fb263be commit b9e41b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-elixir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v3
- uses: erlef/setup-beam@v1
with:
otp-version: '22.2'
otp-version: '25'
elixir-version: '1.10.x'

- run: |
Expand Down

0 comments on commit b9e41b4

Please sign in to comment.