Skip to content

Commit

Permalink
chore: added missing id
Browse files Browse the repository at this point in the history
  • Loading branch information
clsource committed Jan 15, 2025
1 parent 3735281 commit 060f4b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}}
Expand Down
4 changes: 2 additions & 2 deletions tololo/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 060f4b0

Please sign in to comment.