Skip to content

Commit

Permalink
remove PHP 8 bootstraps for symfony/polyfill-intl-idn
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobbednarz committed Jun 1, 2021
1 parent f08f2e5 commit 59784ae
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,14 @@ jobs:
dev: no
version: 1
php_version: 7.4


- name: Remove PHP 8 symfony/polyfill-intl-idn bootstrap
uses: php-actions/composer@v5
with:
command: run-script remove-php-8-symfony-polyfill-bootstraps
version: 1
php_version: 7.4

- name: WordPress Plugin Deploy
id: deploy
uses: 10up/action-wordpress-plugin-deploy@stable
Expand Down

1 comment on commit 59784ae

@Reforced
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jacobbednarz
This commit seems to break the plugin installed on PHP 8, as the file /wp-content/plugins/cloudflare/vendor/symfony/polyfill-intl-normalizer/bootstrap80.php is now missing, thereby crashing websites. Reports:
https://community.cloudflare.com/t/update-cf-plugin-wordpress/274280
https://wordpress.org/support/topic/php-8-0-gives-error/
https://wordpress.org/support/topic/version-4-5-0-crashes-website/

Please sign in to comment.