From 751a1c6fef03039a42988028055930340e6a4bf1 Mon Sep 17 00:00:00 2001 From: Vitor Mattos Date: Thu, 28 Mar 2024 14:37:15 -0300 Subject: [PATCH] fix: matrix output Signed-off-by: Vitor Mattos --- .github/workflows/behat-mysql.yml | 3 ++- .github/workflows/phpunit-mysql.yml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/behat-mysql.yml b/.github/workflows/behat-mysql.yml index 2a83e9bf00..9a598f42a3 100644 --- a/.github/workflows/behat-mysql.yml +++ b/.github/workflows/behat-mysql.yml @@ -13,7 +13,8 @@ jobs: matrix: runs-on: ubuntu-latest outputs: - matrix: ${{ steps.versions.outputs.sparse-matrix }} + php-version: ${{ steps.versions.outputs.php-available-list }} + server-max: ${{ steps.versions.outputs.branches-max-list }} steps: - name: Checkout app uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 diff --git a/.github/workflows/phpunit-mysql.yml b/.github/workflows/phpunit-mysql.yml index 5d5401eff6..f7b0452543 100644 --- a/.github/workflows/phpunit-mysql.yml +++ b/.github/workflows/phpunit-mysql.yml @@ -18,7 +18,8 @@ jobs: matrix: runs-on: ubuntu-latest outputs: - matrix: ${{ steps.versions.outputs.sparse-matrix }} + php-version: ${{ steps.versions.outputs.php-available-list }} + server-max: ${{ steps.versions.outputs.branches-max-list }} steps: - name: Checkout app uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1