diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 315aa5c..2196f2f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,8 @@ jobs: steps: - uses: actions/checkout@v4 - uses: php-actions/composer@v6 - + env: + COMPOSER_ROOT_VERSION: dev-master - name: PHPStan Static Analysis uses: php-actions/phpstan@v3 with: