From 8df21ae5173afdf55fc9e469b3098a6e6987d388 Mon Sep 17 00:00:00 2001 From: Lukasz Samson Date: Sat, 6 Jul 2024 09:26:36 +0200 Subject: [PATCH] add elixir 1.17 and otp 27 to test matrix --- .github/workflows/ci.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 662497931..a9bd106ed 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -67,6 +67,15 @@ jobs: - elixir: 1.16.x otp: 26.x tests_may_fail: false + - elixir: 1.17.x + otp: 25.x + tests_may_fail: false + - elixir: 1.17.x + otp: 26.x + tests_may_fail: false + - elixir: 1.17.x + otp: 27.x + tests_may_fail: false env: MIX_ENV: test steps: @@ -123,6 +132,15 @@ jobs: otp: 25.x - elixir: 1.16.x otp: 26.x + - elixir: 1.17.x + otp: 25.x + tests_may_fail: false + - elixir: 1.17.x + otp: 26.x + tests_may_fail: false + - elixir: 1.17.x + otp: 27.x + tests_may_fail: false env: MIX_ENV: test steps: