symfony / webpack-encore-bundle

Symfony integration with Webpack Encore!
https://symfony.com/webpack-encore
MIT License
939 stars 83 forks source link

Run PHP 7.1 in CI #179

Closed jmsche closed 2 years ago

jmsche commented 2 years ago

Lowest PHP version supported by the bundle is PHP 7.1, however it's not tested in CI but all other versions are, so let's see if tests pass with it :)

jmsche commented 2 years ago

AFAICT the PHP CS Fixer failure is fixed in #178

weaverryan commented 2 years ago

Thanks @jmsche!