From 060f4b0c8705949bde753bc2aace34d737897295 Mon Sep 17 00:00:00 2001 From: Camilowser Date: Wed, 15 Jan 2025 13:22:06 -0300 Subject: [PATCH] chore: added missing id --- .github/workflows/tests.yml | 1 + tololo/mix.exs | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) 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,