diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 13137b35..9fe4692f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -30,6 +30,7 @@ jobs: steps: # Step: Setup Elixir + Erlang image as the base. - name: Set up Elixir + id: beam uses: erlef/setup-beam@v1 with: otp-version: ${{matrix.otp}} diff --git a/tololo/mix.exs b/tololo/mix.exs index 0ff0489a..87925d06 100644 --- a/tololo/mix.exs +++ b/tololo/mix.exs @@ -4,8 +4,8 @@ defmodule Tololo.MixProject do def project do [ app: :tololo, - version: "0.1.0", - elixir: "~> 1.14", + version: "1.0.0", + elixir: "~> 1.18", elixirc_paths: elixirc_paths(Mix.env()), start_permanent: Mix.env() == :prod, consolidate_protocols: Mix.env() != :dev,