Skip to content

Commit 98c7d23

Browse files
committed
start working on v2.0
1 parent 8fbe1eb commit 98c7d23

9 files changed

Lines changed: 2 additions & 387 deletions

File tree

.github/workflows/elixir.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,4 @@ jobs:
7878
run: |
7979
cd examples/mix_project
8080
mix deps.get
81-
mix test
81+
mix test

lib/ecto.ex

Lines changed: 0 additions & 328 deletions
This file was deleted.

mix.exs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,6 @@ defmodule TestcontainersElixir.MixProject do
5656
{:tesla, "~> 1.7"},
5757
{:jason, "~> 1.4"},
5858
{:hackney, "~> 1.20"},
59-
# ecto module
60-
{:ecto_sql, "~> 3.3", optional: true},
61-
{:ecto, "~> 3.3", optional: true},
6259
# mysql
6360
{:myxql, "~> 0.4", only: [:dev, :test]},
6461
# postgres

0 commit comments

Comments
 (0)