From ffd94e1ae638b2da93b4a03e5c332c910dc07b03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Melaine=20G=C3=A9rard?= Date: Thu, 16 Jan 2025 22:36:38 +0100 Subject: [PATCH] :sparkles: fix --- .gitea/workflows/phpstan.yml | 2 ++ .gitea/workflows/rector.yml | 6 ++---- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/phpstan.yml b/.gitea/workflows/phpstan.yml index 9bfe38e..da046e8 100644 --- a/.gitea/workflows/phpstan.yml +++ b/.gitea/workflows/phpstan.yml @@ -9,6 +9,8 @@ jobs: steps: - uses: actions/checkout@v4 - uses: php-actions/composer@v6 + with: + php_version: 8.2 - uses: php-actions/phpstan@v3 with: php_version: 8.2 diff --git a/.gitea/workflows/rector.yml b/.gitea/workflows/rector.yml index e23bc8a..4410c97 100644 --- a/.gitea/workflows/rector.yml +++ b/.gitea/workflows/rector.yml @@ -6,7 +6,5 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - name: Rector - uses: zingimmick/rector-action@0.0.3 - with: - args: --dry-run + - name: Run Rector + run: vendor/bin/rector --dry-run