Skip to content

Commit

Permalink
update elixir
Browse files Browse the repository at this point in the history
  • Loading branch information
zekus committed Feb 2, 2024
1 parent 16cd244 commit 7e0e2f9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
- name: Setup Elixir
uses: erlef/setup-beam@v1
with:
elixir-version: "1.10.4"
otp-version: "23.0.4"
elixir-version: "1.16.1"
otp-version: "26.2.1"

- name: Retrieve Cached Dependencies
uses: actions/cache@v2
Expand Down Expand Up @@ -65,8 +65,8 @@ jobs:
- name: Setup Elixir
uses: erlef/setup-beam@v1
with:
elixir-version: "1.10.4"
otp-version: "23.0.4"
elixir-version: "1.16.1"
otp-version: "26.2.1"

- name: Restore dependencies cache
uses: actions/cache@v2
Expand Down Expand Up @@ -105,8 +105,8 @@ jobs:
- name: Setup Elixir
uses: erlef/setup-beam@v1
with:
elixir-version: "1.10.4"
otp-version: "23.0.4"
elixir-version: "1.16.1"
otp-version: "26.2.1"

- name: Restore dependencies cache
uses: actions/cache@v2
Expand Down

0 comments on commit 7e0e2f9

Please sign in to comment.