Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-05-19 18:18:35 +0300
committerJoas Schilling <coding@schilljs.com>2022-05-19 18:18:35 +0300
commit0335de4e55ac3e8dd24f44dc50d350192210570c (patch)
tree9fc278e8fb3ce5f8d1d1d5fe4b973eff4f452376 /.github
parentc8af1246383ca732660116fc5a3863a24e047378 (diff)
Remove hardcoded phpunit
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/phpunit.yml4
1 files changed, 0 insertions, 4 deletions
diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml
index 5cc6a080e..8d8468c65 100644
--- a/.github/workflows/phpunit.yml
+++ b/.github/workflows/phpunit.yml
@@ -55,7 +55,6 @@ jobs:
with:
php-version: ${{ matrix.php-versions }}
extensions: mbstring, iconv, fileinfo, intl, sqlite, pdo_sqlite
- tools: phpunit:9.5
coverage: none
- name: Set up PHPUnit
@@ -131,7 +130,6 @@ jobs:
with:
php-version: ${{ matrix.php-versions }}
extensions: mbstring, iconv, fileinfo, intl, mysql, pdo_mysql, gd, zip
- tools: phpunit:9.5
coverage: none
- name: Set up PHPUnit
@@ -204,7 +202,6 @@ jobs:
with:
php-version: ${{ matrix.php-versions }}
extensions: mbstring, iconv, fileinfo, intl, pgsql, pdo_pgsql
- tools: phpunit:9.5
coverage: none
- name: Set up PHPUnit
@@ -272,7 +269,6 @@ jobs:
with:
php-version: ${{ matrix.php-versions }}
extensions: mbstring, iconv, fileinfo, intl, oci8
- tools: phpunit:9.5
coverage: none
- name: Set up PHPUnit