Skip to content

Commit 2a3e1de

Browse files
committed
Try fix Windows extension problem
1 parent 603d42c commit 2a3e1de

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/windows_l10.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
uses: shivammathur/setup-php@v2
2525
with:
2626
php-version: '8.1'
27+
extensions: fileinfo
2728

2829
- name: Validate composer.json and composer.lock
2930
run: composer validate --strict

.github/workflows/windows_l11.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
uses: shivammathur/setup-php@v2
2525
with:
2626
php-version: '8.2'
27+
extensions: fileinfo
2728

2829
- name: Validate composer.json and composer.lock
2930
run: composer validate --strict

0 commit comments

Comments
 (0)