This commit is contained in:
Joby 2022-11-30 08:04:02 -07:00
parent 0af465fe47
commit 230f7fba77
2 changed files with 5 additions and 4 deletions

View file

@ -9,9 +9,9 @@ jobs:
- uses: actions/checkout@v3
- uses: php-actions/composer@v6
with:
args: --ignore-platform-reqs
- uses: php-actions/phpunit@v3
dev: yes
- uses: php-actions/phpstan@v3
with:
memory_limit: 1G
args: --memory-limit 1G
args: --memory-limit 1G
- uses: php-actions/phpunit@v3

View file

@ -8,7 +8,8 @@
failOnRisky="true"
failOnEmptyTestSuite="true"
beStrictAboutOutputDuringTests="true"
verbose="true">
verbose="true"
bootstrap="vendor/autoload.php">
<php>
<ini name="display_errors" value="On" />
<ini name="error_reporting" value="-1" />