Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
erlang 28.0.2
elixir 1.18.4-otp-28
elixir 1.18.4-otp-28
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ Before you begin, ensure you have met the following requirements:
- You have a Docker runtime installed
- You are familiar with Elixir and Docker basics

## Tested compability

- 1.17 25 - 26 (27 is not supported by rabbit_common, so if you dont use that you can still use 27)
- 1.16 24 - 26
- 1.15 24 - 26

## Installation

To add Testcontainers to your project, follow these steps:
Expand Down
328 changes: 0 additions & 328 deletions lib/ecto.ex

This file was deleted.

3 changes: 0 additions & 3 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,6 @@ defmodule TestcontainersElixir.MixProject do
{:tesla, "~> 1.7"},
{:jason, "~> 1.4"},
{:hackney, "~> 1.20"},
# ecto module
{:ecto_sql, "~> 3.3", optional: true},
{:ecto, "~> 3.3", optional: true},
# mysql
{:myxql, "~> 0.4", only: [:dev, :test]},
# postgres
Expand Down
12 changes: 0 additions & 12 deletions test/support/bad_migrations/20231022122557_add_posts_table.exs

This file was deleted.

12 changes: 0 additions & 12 deletions test/support/migrations/20231022122557_add_posts_table.exs

This file was deleted.

5 changes: 0 additions & 5 deletions test/support/mysql_repo.ex

This file was deleted.

5 changes: 0 additions & 5 deletions test/support/postgres_repo.ex

This file was deleted.

Loading