From 945de216817edc0402349b4619b49e0da9b0227a Mon Sep 17 00:00:00 2001 From: Steffen Deusch Date: Thu, 11 Jul 2024 17:37:11 +0200 Subject: [PATCH] fix matrix key --- .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 43bc615..5f5d520 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,8 +23,8 @@ jobs: - uses: erlef/setup-beam@v1 with: - otp-version: ${{matrix.pair.otp}} - elixir-version: ${{matrix.pair.elixir}} + otp-version: ${{ matrix.otp }} + elixir-version: ${{ matrix.elixir }} - uses: actions/cache@v3 with: