Skip to content

Commit

Permalink
Merge pull request #7 from cozystack/upgrade-elixir
Browse files Browse the repository at this point in the history
Upgrade to Elixir 1.17.3
  • Loading branch information
jehrhardt authored Sep 19, 2024
2 parents 40f9548 + 1b28a46 commit 3a1d6d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Set up Elixir
uses: erlef/setup-beam@b9c58b0450cd832ccdb3c17cc156a47065d2114f
with:
elixir-version: '1.17.2'
elixir-version: '1.17.3'
otp-version: '27'
- name: Restore dependencies cache
uses: actions/cache@v4
Expand Down
2 changes: 1 addition & 1 deletion .mise.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[tools]
erlang = "27"
elixir = "1.17.2-otp-27"
elixir = "1.17.3"

0 comments on commit 3a1d6d3

Please sign in to comment.