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: