Update .gitea/workflows/sonarqube_scans.yml
All checks were successful
CI / build-test (push) Successful in 1m13s

This commit is contained in:
2026-03-08 21:18:23 +00:00
parent 49b017de3d
commit 5ff89b905f

View File

@@ -15,8 +15,10 @@ jobs:
with: with:
php-version: '8.4' # Specify your required PHP version php-version: '8.4' # Specify your required PHP version
- name: Run phing - name: Install phing
uses: phingofficial/phing-github-action@main run: composer global require phing/phing
with:
targets: composer compileAssets - name: Run composer
run: composer install --no-dev --no-scripts -o