From bc4ca77bf20ff09862bc00f6fd4029dea1eff3f7 Mon Sep 17 00:00:00 2001 From: Alex Koutmos Date: Tue, 4 Jun 2024 15:47:18 -0400 Subject: [PATCH] Updating CI matrix --- .github/workflows/main.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4ad4e2f..4333923 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -51,9 +51,12 @@ jobs: runs-on: ubuntu-latest strategy: - matrix: - otp: ["26.2", "27.0"] - elixir: ["1.15.8", "1.16.3", "1.17.0-rc.1"] + - matrix.otp: 26.2 + matrix.elixir: 1.15.8 + - matrix.otp: 26.2 + matrix.elixir: 1.16.3 + - matrix.otp: 27.0 + matrix.elixir: 1.17.0-rc.1 steps: - name: Checkout code