Skip to content

Commit

Permalink
Upgrade to erlang 27 and elxir 1.17.3
Browse files Browse the repository at this point in the history
  • Loading branch information
QMalcolm committed Nov 22, 2024
1 parent f831e6f commit dd56062
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/elixir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
- name: Set up Elixir
uses: erlef/setup-beam@988e02bfe678367a02564f65ca2e37726dc0268f
with:
elixir-version: '1.13.4' # Define the elixir version [required]
otp-version: '24.3.3' # Define the OTP version [required]
elixir-version: '1.17.3' # Define the elixir version [required]
otp-version: '27.1.2' # Define the OTP version [required]
- name: Restore dependencies cache
uses: actions/cache@v3
with:
Expand Down
4 changes: 2 additions & 2 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
erlang 24.3.3
elixir 1.13.4-otp-24
erlang 27.1.2
elixir 1.17.3-otp-27
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ defmodule ExTTRPGDev.MixProject do
[
app: :ex_ttrpg_dev,
version: "0.3.0",
elixir: "~> 1.13",
elixir: "~> 1.17",
start_permanent: Mix.env() == :prod,
deps: deps(),
escript: escript(),
Expand Down

0 comments on commit dd56062

Please sign in to comment.