Skip to content

Commit

Permalink
Merge pull request #3840 from nextcloud/ci/phpunit9
Browse files Browse the repository at this point in the history
[stable25] ci: Pin phpunit to 9
  • Loading branch information
mejo- authored Feb 27, 2023
2 parents 37a451c + fbea2eb commit b8d0f3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php-versions }}
tools: phpunit
tools: phpunit:9
extensions: mbstring, iconv, fileinfo, intl, sqlite, pdo_sqlite, gd, zip

- name: Set up PHPUnit
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php-versions }}
tools: phpunit
tools: phpunit:9
extensions: mbstring, iconv, fileinfo, intl, oci8
coverage: none

Expand Down

0 comments on commit b8d0f3c

Please sign in to comment.