Added
- You may now provide a GITHUB_TOKEN env variable (generally via the GHA
secrets.GITHUB_TOKEN
value) in the workflow. When present, it will be used to provide authentication to Composer, to avoid rate limit issues.
Changed
- The base
php.ini
for each PHP version is now updated to provide development values, instead of using production values. Specifically:zend.exception_ignore_args = Off
zend.exception_string_param_max_len = 15
error_reporting = E_ALL
display_errors = On
display_startup_errors = On
mysqlnd.collect_memory_statistics = On
zend.assertions = 1
List view
0 issues of 0 selected
There are no open issues in this milestone
Add issues to milestones to help organize your work for a particular release or project. Find and add issues with no milestones in this repo.