From 50d8659595539ae32b4408b762713002b2794d4f Mon Sep 17 00:00:00 2001 From: Oliver Drotbohm Date: Thu, 23 Feb 2023 20:19:34 +0100 Subject: [PATCH] GH-138 - Fix matrix variable reference in compatibility build. --- .github/workflows/integration.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index 356bf825..c1158f9a 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -9,8 +9,8 @@ jobs: integration: strategy: matrix: - profile: ['3.0.4-SNAPSHOT', '3.1.0-SNAPSHOT'] - name: Build against Boot ${{ matrix.profile }} + version: ['3.0.4-SNAPSHOT', '3.1.0-SNAPSHOT'] + name: Build against Boot ${{ matrix.version }} runs-on: ubuntu-latest steps: