更新 .gitea/workflows/test_php.yml
This commit is contained in:
@@ -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.');"
|
||||
|
||||
Reference in New Issue
Block a user