bump elixir/erlang version in ci
This commit is contained in:
parent
d85b42c3ee
commit
f58312ca82
1 changed files with 3 additions and 3 deletions
|
|
@ -42,14 +42,14 @@ jobs:
|
|||
uses: https://github.com/erlef/setup-beam@v1
|
||||
with:
|
||||
version-type: strict
|
||||
elixir-version: '1.18.1'
|
||||
otp-version: '27.2'
|
||||
elixir-version: "1.19.5"
|
||||
otp-version: "28.5"
|
||||
|
||||
- name: Cache Mix
|
||||
uses: https://github.com/actions/cache@v4
|
||||
with:
|
||||
path: ~/.mix
|
||||
key: ${{ runner.os }}-mix-1.18.1-27.2
|
||||
key: ${{ runner.os }}-mix-1.19.5-28.5
|
||||
restore-keys: ${{ runner.os }}-mix-
|
||||
|
||||
- name: Cache deps
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue