Skip to content

Commit 541fc2a

Browse files
committed
fix: added missing extension for windows tesfix: added missing php extension for windows test
1 parent 35dcb91 commit 541fc2a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,9 @@ jobs:
133133
uses: shivammathur/setup-php@v2
134134
with:
135135
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
136139
tools: composer
137140
coverage: none
138141
env:

0 commit comments

Comments
 (0)