Update .gitea/workflows/sonarqube_scans.yml
Some checks failed
CI / build-test (push) Failing after 1m18s

This commit is contained in:
2026-03-08 21:11:13 +00:00
parent 937b673be6
commit 49b017de3d

View File

@@ -15,6 +15,8 @@ jobs:
with:
php-version: '8.4' # Specify your required PHP version
- name: Install Composer dependencies
run: composer install -o
- name: Run phing
uses: phingofficial/phing-github-action@main
with:
targets: composer compileAssets