From a50b8b616833fac6b45dbb65d6a8c6d9fda3a038 Mon Sep 17 00:00:00 2001 From: Lukasz Samson Date: Tue, 20 Jun 2023 07:41:27 +0200 Subject: [PATCH] add 1.15 to CI matrix --- .github/workflows/ci.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0081a245..6b94a6bb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,6 +28,10 @@ jobs: otp: 24.x - elixir: 1.14.x otp: 25.x + - elixir: 1.15.x + otp: 24.x + - elixir: 1.15.x + otp: 25.x env: MIX_ENV: test steps: @@ -64,6 +68,10 @@ jobs: otp: 24.x - elixir: 1.14.x otp: 25.x + - elixir: 1.15.x + otp: 24.x + - elixir: 1.15.x + otp: 25.x env: MIX_ENV: test steps: