From 3efa6f5aa57930b518a18202378b601c9adf7c92 Mon Sep 17 00:00:00 2001 From: The BEAM Bot <157067248+thebeambot@users.noreply.github.com> Date: Mon, 24 Jun 2024 16:14:31 -0400 Subject: [PATCH] chore: sync files with beam-community/common-config (#72) 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 f3f57ac..abfed54 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -112,10 +112,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