Update dependencies
Some checks failed
PHP Unit / PHPUnit test suite (pull_request) Has been cancelled
Laravel Pint / Laravel Pint (pull_request) Has been cancelled

Further tidy up some config around phpactor and unit testing
This commit is contained in:
Jonny Barnes 2024-10-23 09:16:11 +01:00
parent 37a8e4bba8
commit d80e8164c8
Signed by: jonny
SSH key fingerprint: SHA256:CTuSlns5U7qlD9jqHvtnVmfYV3Zwl2Z7WnJ4/dqOaL8
4 changed files with 1376 additions and 1316 deletions

View file

@ -24,7 +24,7 @@
<env name="CACHE_STORE" value="array"/>
<!-- <env name="DB_CONNECTION" value="sqlite"/> -->
<!-- <env name="DB_DATABASE" value=":memory:"/> -->
<env name="DB_DATABASE" value="jbukdev_testing"/>
<env name="DB_DATABASE" value="jbuk_dev_testing"/>
<env name="MAIL_MAILER" value="array"/>
<env name="PULSE_ENABLED" value="false"/>
<env name="QUEUE_CONNECTION" value="sync"/>