Fix phpunit version used in s3 external testing

Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/36521/head
Joas Schilling 1 year ago
parent 34d76f04b8
commit ff46977237
No known key found for this signature in database
GPG Key ID: 74434EFE0D2E2205

@ -44,7 +44,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php-versions }}
tools: phpunit
tools: phpunit:8.5.2
extensions: mbstring, fileinfo, intl, sqlite, pdo_sqlite, zip, gd
- name: Set up Nextcloud
@ -93,7 +93,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php-versions }}
tools: phpunit
tools: phpunit:8.5.2
extensions: mbstring, fileinfo, intl, sqlite, pdo_sqlite, zip, gd
- name: Set up Nextcloud

Loading…
Cancel
Save