We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d56b5c8 commit 7563199Copy full SHA for 7563199
azure/community_job.yml
@@ -37,6 +37,7 @@ jobs:
37
echo opcache.enable_cli=1 >> /etc/php.d/opcache.ini
38
echo opcache.protect_memory=1 >> /etc/php.d/opcache.ini
39
echo opcache.jit_buffer_size=1G >> /etc/php.d/opcache.ini
40
+ echo error_reporting=E_ALL^E_DEPRECATED > /etc/php.d/zz-config.ini
41
displayName: 'Install Build'
42
- script: |
43
git clone https://github.com/laravel/framework.git --branch=master --depth=1
0 commit comments