From 75b46bf50bda3243b8c5078952e61a73a6c4976f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Pr=C3=A9vost?= Date: Sun, 22 Sep 2024 12:19:26 -0400 Subject: [PATCH] =?UTF-8?q?Typo=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fe422cd..a934238 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: strategy: matrix: # https://hexdocs.pm/elixir/compatibility-and-deprecations.html - elixir-version: [1.17.x, 1.16.x, 1.15x, 1.14.x, 1.13.x] + elixir-version: [1.17.x, 1.16.x, 1.15.x, 1.14.x, 1.13.x] include: - elixir-version: 1.17.x otp-version: 25.x