Skip to content

Commit ae663d2

Browse files
committed
Update Ubuntu, Erlang/OTP, Elixir version on GH Actions
1 parent 3763f35 commit ae663d2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/elixir.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@ on:
99
jobs:
1010
build:
1111

12-
runs-on: ubuntu-20.04
12+
runs-on: ubuntu-22.04
1313

1414
steps:
1515
- uses: actions/checkout@v2
1616
- name: Setup elixir
1717
id: setup-beam
1818
uses: erlef/setup-beam@v1
1919
with:
20-
elixir-version: 1.14.x # Define the elixir version [required]
21-
otp-version: 25.x # Define the OTP version [required]
20+
elixir-version: 1.18.x # Define the elixir version [required]
21+
otp-version: 28.x # Define the OTP version [required]
2222
- name: Install Dependencies
2323
run: mix deps.get
2424
- name: Run Tests
@@ -28,7 +28,7 @@ jobs:
2828
- name: Check Credo
2929
run: mix credo
3030
- name: Restore PLT cache
31-
uses: actions/cache@v2
31+
uses: actions/cache@v4
3232
id: plt_cache
3333
with:
3434
key: |

0 commit comments

Comments
 (0)