From e86528a366c4f5cf29419efd3a5ef26db4df44bc Mon Sep 17 00:00:00 2001 From: Clemens Schwaighofer Date: Wed, 22 May 2024 15:49:10 +0900 Subject: [PATCH] git actions update --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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: