Skip to content

Commit

Permalink
Fix test containers
Browse files Browse the repository at this point in the history
  • Loading branch information
Argonus committed Feb 24, 2024
1 parent 61bbd64 commit 97b81f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ defmodule Kayrock.MixProject do
end

defp integration_test_deps(deps_list) do
if Version.match?(System.version(), ">= 1.15.0") do
[{:testcontainers, "~> 1.5"} | deps_list]
if Version.match?(System.version(), ">= 1.13.0") do
[{:testcontainers, "~> 1.6", only: [:dev, :test]} | deps_list]
else
deps_list
end
Expand Down

0 comments on commit 97b81f0

Please sign in to comment.