From d5a5507874d3c75c315b22a6dacc47c2212b4bc2 Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Mon, 29 Jan 2024 19:25:39 +0000 Subject: [PATCH] fix --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 336c247..122d63b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: - name: Setup PHP uses: pmmp/setup-php-action@2.0.0 with: - php-version: ${{ inputs.php }} + php-version: ${{ matrix.php }} install-path: "./bin" pm-version-major: 5