From cca2acfecd66b1002eff2470a42e9302c76f5495 Mon Sep 17 00:00:00 2001 From: The BEAM Bot <157067248+thebeambot@users.noreply.github.com> Date: Mon, 24 Jun 2024 16:07:13 -0400 Subject: [PATCH] chore: sync files with beam-community/common-config (#448) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .github/workflows/ci.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 505692a..8888ddc 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -122,10 +122,10 @@ jobs: fail-fast: false matrix: versions: - - elixir: 1.13 - otp: 25 - - elixir: 1.14 - otp: 25 - elixir: 1.15 otp: 26 + - elixir: 1.16 + otp: 26 + - elixir: 1.17 + otp: 27