diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 428d997a..95f629a7 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -51,8 +51,8 @@ jobs: fail-fast: false matrix: php-version: ["7.2", "7.3", "7.4", "8.0", "8.1", "8.2", "8.3"] - include: ${{ fromJson(needs.setup-build-matrix.outputs.matrix-combinations).include.map(n) => (arch: n.arch) }} - include: ${{ fromJson(needs.setup-build-matrix.outputs.matrix-combinations).include.map(n) => (run_qemu: n.run_qemu) }} + arch: ${{ fromJson(needs.setup-build-matrix.outputs.matrix-combinations).include.*.arch }} + run_qemu: ${{ fromJson(needs.setup-build-matrix.outputs.matrix-combinations).include.*.run_qemu }} env: PHP_VERSION: ${{ matrix.php-version }} BUILD_ARCHITECTURE: ${{ matrix.arch }}