Skip to content

Commit

Permalink
ci: update actions to elixir 1.18 (#286)
Browse files Browse the repository at this point in the history
  • Loading branch information
hpopp authored Dec 20, 2024
1 parent 1cfb9e1 commit eb88d14
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Set up Elixir
uses: erlef/setup-beam@v1
with:
elixir-version: "1.17.2"
elixir-version: "1.18.0"
otp-version: "27.0.1"
- name: Restore dependencies cache
uses: actions/cache@v3
Expand All @@ -53,7 +53,7 @@ jobs:
- name: Set up Elixir
uses: erlef/setup-beam@v1
with:
elixir-version: "1.17.2"
elixir-version: "1.18.0"
otp-version: "27.0.1"
- name: Restore dependencies cache
uses: actions/cache@v3
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
elixir 1.18.0-rc.0-otp-27
elixir 1.18.0-otp-27
erlang 27.0.1

0 comments on commit eb88d14

Please sign in to comment.