GH-138 - Fix matrix variable reference in compatibility build.

This commit is contained in:
Oliver Drotbohm
2023-02-23 20:19:34 +01:00
parent 457e245361
commit 50d8659595

View File

@@ -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: