mirror of
git://develop.git.wordpress.org/
synced 2025-01-17 21:08:44 +01:00
232c30f18e
PHP 8.1 is expected to be released at the end of November 2021. Enabling the tests to run in CI on PHP 8.1 allows us to get WordPress ready in time. As an interim measure, while working through the PHP 8.1 issues, separate conditional steps are added to run the tests on PHP 8.1 with the `continue-on-error` option. That allows the test builds to show as "successful" if all non-PHP 8.1 test runs pass. Follow-up to [51517], [51543], [51545], [51574], [51582], [51586]. Props jrf. Fixes #53891. See #53635. git-svn-id: https://develop.svn.wordpress.org/trunk@51588 602fd350-edb4-49c9-b593-d223f7449a82
5 lines
85 B
INI
5 lines
85 B
INI
display_errors = On
|
|
error_reporting = -1
|
|
upload_max_filesize = 1G
|
|
post_max_size = 1G
|