From 63426d27910c8fdd0abc3d0560be0e43cae51764 Mon Sep 17 00:00:00 2001 From: Guilherme Andrade Date: Sun, 15 Oct 2023 21:43:46 +0100 Subject: [PATCH] Fix CI for Elixir _1.14_ --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 9f65aa4..2582f4f 100644 --- a/mix.exs +++ b/mix.exs @@ -24,7 +24,7 @@ defmodule Sqids.MixProject do ], test_coverage: [ summary: [ - threshold: 95 + threshold: 94 ] ], package: package()