diff --git a/.forgejo/workflows/lint.yml b/.forgejo/workflows/lint.yml
index 1caeac4..6011fd6 100644
--- a/.forgejo/workflows/lint.yml
+++ b/.forgejo/workflows/lint.yml
@@ -29,5 +29,5 @@ jobs:
       - name: Lint PHP files
         run: vendor/bin/phplint --no-cache --no-progress --exclude=vendor --verbose
       - name: PHP CS Fixer
-        run: vendor/bin/php-cs-fixer fix --dry-run --verbose --diff .
+        run: /usr/local/php83/bin/php vendor/bin/php-cs-fixer fix --dry-run --verbose --diff .
       - run: echo "🍏 This job's status is ${{ job.status }}."