diff --git a/.github/workflows/test-php.yml b/.github/workflows/test-php.yml index 89e5b3e..1d39f9c 100644 --- a/.github/workflows/test-php.yml +++ b/.github/workflows/test-php.yml @@ -28,7 +28,7 @@ jobs: key: ${{ runner.os }}-${{ hashFiles('**/composer.lock') }} - name: Setup PHP - uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # v2 + uses: shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc # v2 with: php-version: ${{ matrix.php-versions }}