From 411b6491be6cb480c8046489a831bbd80e7cabc2 Mon Sep 17 00:00:00 2001 From: Mike Hostetler <84222+mikehostetler@users.noreply.github.com> Date: Mon, 16 Feb 2026 08:16:52 -0600 Subject: [PATCH] chore: normalize CI version matrix Update version matrix to OTP 27+28 and Elixir 1.18+1.19 (from OTP 26+27 and Elixir 1.17+1.18). Remove explicit lint versions to use shared workflow defaults. Amp-Thread-ID: https://ampcode.com/threads/T-cc5425b9-7ef7-46b9-8fa1-f63d7ab2cebc Co-authored-by: Amp --- .github/workflows/ci.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ed54c31..b48beb2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,14 +14,11 @@ jobs: lint: name: Lint uses: agentjido/github-actions/.github/workflows/elixir-lint.yml@main - with: - otp_version: "27" - elixir_version: "1.18" test: name: Test uses: agentjido/github-actions/.github/workflows/elixir-test.yml@main with: - otp_versions: '["26", "27"]' - elixir_versions: '["1.17", "1.18"]' + otp_versions: '["27", "28"]' + elixir_versions: '["1.18", "1.19"]' test_command: mix test