更新 .gitea/workflows/test_php.yml
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 8s
Gitea Actions / run-php (push) Successful in 1m23s

This commit is contained in:
2025-12-08 08:59:28 +08:00
parent 0512c5262d
commit 606d420a4b

View File

@@ -11,8 +11,6 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: '8.2' # adapte si besoin (7.4, 8.0, etc.)
- name: Run run.php
run: php -d display_errors=1 -f run.php
- run: php -r "echo 'Hello, world.';"
- run: php -r "phpinfo();"
- run: php -r "print('Hello, world.');"