ci: upgrade to Elixir 1.19.5 and OTP 28.3 to match .tool-versions
This commit is contained in:
parent
ba79c6da6b
commit
ee4a7b8040
1 changed files with 2 additions and 2 deletions
|
|
@ -38,8 +38,8 @@ jobs:
|
|||
- name: Set up Elixir
|
||||
uses: https://github.com/erlef/setup-beam@v1
|
||||
with:
|
||||
otp-version: '27.1'
|
||||
elixir-version: '1.17.3'
|
||||
otp-version: '28.3'
|
||||
elixir-version: '1.19.5'
|
||||
|
||||
- name: Install system dependencies
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue