From aced008adbee46638a97441da920a0b41ff19fac Mon Sep 17 00:00:00 2001 From: Nathanael Esayeas Date: Fri, 27 May 2022 22:18:21 -0400 Subject: [PATCH] Update compliance.yml.dist Signed-off-by: Nathanael Esayeas --- src/compliance.yml.dist | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/compliance.yml.dist b/src/compliance.yml.dist index f02f5ecc..555ea875 100644 --- a/src/compliance.yml.dist +++ b/src/compliance.yml.dist @@ -25,7 +25,7 @@ jobs: with: command: matrix qa: - name: ${{ matrix.name }} on PHP ${{ matrix.php }} with ${{ matrix.dependencies }} dependencies + name: ${{ matrix.name }} on PHP ${{ matrix.php }} with ${{ matrix.dependency }} dependencies needs: [matrix] runs-on: ${{ matrix.os }} continue-on-error: ${{ matrix.experimental }} @@ -36,7 +36,7 @@ jobs: - name: ${{ matrix.name }} on PHP ${{ matrix.php }} uses: ghostwriter/laminas-continuous-integration-action@temp with: - job: '{"php":"${{ matrix.php }}","dependencies":"${{ matrix.dependencies }}","extensions":[],"ini":[],"command":"${{ matrix.command }}"}' + job: '{"php":"${{ matrix.php }}","dependencies":"${{ matrix.dependency }}","extensions":[],"ini":[],"command":"${{ matrix.command }}"}' # - name: QA Check ${{ matrix.name }} on PHP ${{ matrix.php }} # uses: ghostwriter/compliance@qa/test-workflow # with: