From a72c1d0fc8140da95a98e20ab2cf4952637287ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20G=C3=B6tze?= Date: Wed, 10 Jul 2024 12:16:06 +0200 Subject: [PATCH] Update OTP/Elixir combinations in test matrix --- .github/workflows/tests.yml | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 1a0a483..43ab535 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -22,11 +22,22 @@ jobs: # For compatibility between Elixir & Erlang/OTP see # https://hexdocs.pm/elixir/compatibility-and-deprecations.html#compatibility-between-elixir-and-erlang-otp matrix: - otp: [24.3, 25.1, 26.1] - elixir: [1.13.4, 1.14.5, 1.15.7, 1.16.1] + otp: [24.3, 25.3, 26.2, 27.0] + elixir: [1.13.4, 1.14.5, 1.15.8, 1.16.3, 1.17.2] exclude: - - otp: 26.1 + - otp: 26.2 elixir: 1.13.4 + - otp: 27.0 + elixir: 1.13.4 + - otp: 27.0 + elixir: 1.14.5 + - otp: 27.0 + elixir: 1.15.8 + - otp: 27.0 + elixir: 1.16.3 + - otp: 24.4 + elixir: 1.17.2 + steps: - uses: actions/checkout@v4 with: