From db06ee8c64d1fd718d4634729a5faf365659b05f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 20:13:06 +0000 Subject: [PATCH] chore: sync files with beam-community/common-config --- .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