Skip to content

Commit

Permalink
Merge pull request #180 from PHPCSStandards/feature/ghactions-fix-bui…
Browse files Browse the repository at this point in the history
…lds-windows-php82

GH Actions: fix builds on Windows with PHP 8.2
  • Loading branch information
jrfnl committed May 27, 2022
2 parents 49dc287 + ca59cf9 commit e712e6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/integrationtest.yml
Expand Up @@ -104,6 +104,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php }}
extensions: json, zip
ini-values: zend.assertions=1, error_reporting=-1, display_errors=On
tools: "composer:${{ matrix.composer }}"
coverage: none
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/quicktest.yml
Expand Up @@ -45,6 +45,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php }}
extensions: json, zip
ini-values: zend.assertions=1, error_reporting=-1, display_errors=On
tools: "composer:${{ matrix.composer }}"
coverage: none
Expand Down

0 comments on commit e712e6b

Please sign in to comment.