Skip to content

Commit

Permalink
chore: remove useless test of Elixir version
Browse files Browse the repository at this point in the history
It’s been a long time since versions older than 1.10 were no longer supported.
  • Loading branch information
ahamez committed Nov 28, 2024
1 parent 3fef285 commit 5f82328
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/test_helper.exs
Original file line number Diff line number Diff line change
@@ -1,6 +1,2 @@
if Version.match?(System.version(), ">= 1.10.0") do
Code.put_compiler_option(:warnings_as_errors, true)
end

ExUnit.start()
ExUnit.configure(exclude: [conformance: true])

0 comments on commit 5f82328

Please sign in to comment.