There was an error while loading. Please reload this page.
1 parent 35dcb91 commit 541fc2aCopy full SHA for 541fc2a
1 file changed
.github/workflows/ci.yml
@@ -133,6 +133,9 @@ jobs:
133
uses: shivammathur/setup-php@v2
134
with:
135
php-version: '8.4'
136
+ # fileinfo: required by league/flysystem (transitive dep of wp-rocket via coenjacobs/mozart).
137
+ # Bundled by default on Linux/macOS but must be explicitly enabled on Windows.
138
+ extensions: fileinfo
139
tools: composer
140
coverage: none
141
env:
0 commit comments