Skip to content

Commit

Permalink
Try fix Windows extension problem
Browse files Browse the repository at this point in the history
  • Loading branch information
Vectorial1024 committed Dec 1, 2024
1 parent 603d42c commit 2a3e1de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/windows_l10.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: '8.1'
extensions: fileinfo

- name: Validate composer.json and composer.lock
run: composer validate --strict
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/windows_l11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: '8.2'
extensions: fileinfo

- name: Validate composer.json and composer.lock
run: composer validate --strict
Expand Down

0 comments on commit 2a3e1de

Please sign in to comment.