WordPress / wordpress-importer

The WordPress Importer
https://wordpress.org/plugins/wordpress-importer/
GNU General Public License v2.0
78 stars 76 forks source link

GH Actions: tweak setup-php #132

Closed jrfnl closed 2 years ago

jrfnl commented 2 years ago
  1. Now Ubuntu 20 is the current image, mysqli is available by default, including on PHP 5.6 and 7.0, so no need to require this specifically.
  2. Setup-PHP uses the production php.ini by default, which means that the error reporting related settings are not optimal for test runs, Fixed by explicitly setting the ini values for select config settings.