Skip to content

Commit

Permalink
Fix extensions on setup-php according to operating system
Browse files Browse the repository at this point in the history
  • Loading branch information
eclipxe13 committed Dec 7, 2022
1 parent a1b0ee4 commit f9f4d07
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: '8.1'
extensions: soap
coverage: none
tools: composer:v2, phpstan
env:
Expand Down Expand Up @@ -125,7 +124,6 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php-versions }}
extensions: soap
coverage: xdebug
tools: composer:v2
env:
Expand Down Expand Up @@ -172,7 +170,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php-versions }}
extensions: soap
extensions: soap, intl, xsl, fileinfo
coverage: none
tools: composer:v2
env:
Expand Down

0 comments on commit f9f4d07

Please sign in to comment.