Skip to content

Commit

Permalink
ci: update erlang and elixir versions
Browse files Browse the repository at this point in the history
  • Loading branch information
hpopp committed Aug 29, 2024
1 parent 81bbf90 commit c8cfe86
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:
- name: Set up Elixir
uses: erlef/setup-beam@v1
with:
elixir-version: "1.14.3"
otp-version: "24.3"
elixir-version: "1.17.2"
otp-version: "27.0.1"
- name: Restore dependencies cache
uses: actions/cache@v3
with:
Expand All @@ -53,8 +53,8 @@ jobs:
- name: Set up Elixir
uses: erlef/setup-beam@v1
with:
elixir-version: "1.14.3"
otp-version: "24.3"
elixir-version: "1.17.2"
otp-version: "27.0.1"
- name: Restore dependencies cache
uses: actions/cache@v3
with:
Expand Down

0 comments on commit c8cfe86

Please sign in to comment.