From e8973512e184d570781f3b26eda11ee54dc8df02 Mon Sep 17 00:00:00 2001 From: Thomas Timmer Date: Wed, 24 Apr 2024 12:10:09 +0200 Subject: [PATCH] chore: add more versions in ci --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 01a37c9..8fd7692 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,8 +6,8 @@ jobs: name: OTP ${{matrix.otp}} / Elixir ${{matrix.elixir}} strategy: matrix: - otp: ['24.2'] - elixir: ['1.13.2', '1.14.3'] + otp: ['24.3', '25.3', '26.2'] + elixir: ['1.13.2', '1.14.3', '1.15.7', '1.16.2'] steps: - uses: actions/checkout@v4 - uses: erlef/setup-beam@v1