Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
m1r0 committed Aug 11, 2023
1 parent 051f684 commit 24a0859
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,10 @@ jobs:
- name: Install PHP dependencies
run: composer install

- name: Check third-party
- name: PHPInfo
run: php -i

- name: Check
run: php -d display_errors=on -d display_startup_errors=on -d error_reporting=-1 -l ./third-party/symfony/polyfill-php80/Resources/stubs/Attribute.php

- name: Check Syntax
Expand Down

0 comments on commit 24a0859

Please sign in to comment.