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

github.com/nextcloud/data_request.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCôme Chilliet <come.chilliet@nextcloud.com>2022-04-04 15:45:51 +0300
committerCôme Chilliet <come.chilliet@nextcloud.com>2022-04-04 15:45:51 +0300
commitc483424bc1448f6dcfbe8a360cb7e215b337f513 (patch)
tree8e79ee9153be4c316dc9888067e84219df3fbde8
parent6076e57275df55b1033f462516f5cfb3281ee333 (diff)
Do not pin phpunit version
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
-rw-r--r--.github/workflows/phpunit.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml
index 639e919..a3be1b3 100644
--- a/.github/workflows/phpunit.yml
+++ b/.github/workflows/phpunit.yml
@@ -48,7 +48,7 @@ jobs:
with:
php-version: ${{ matrix.php-versions }}
extensions: mbstring, iconv, fileinfo, intl, sqlite, pdo_sqlite
- tools: phpunit:8.5.13
+ tools: phpunit
coverage: none
- name: Set up Nextcloud
@@ -110,7 +110,7 @@ jobs:
with:
php-version: ${{ matrix.php-versions }}
extensions: mbstring, iconv, fileinfo, intl, mysql, pdo_mysql
- tools: phpunit:8.5.13
+ tools: phpunit
coverage: none
- name: Set up Nextcloud
@@ -174,7 +174,7 @@ jobs:
with:
php-version: ${{ matrix.php-versions }}
extensions: mbstring, iconv, fileinfo, intl, pgsql, pdo_pgsql
- tools: phpunit:8.5.13
+ tools: phpunit
coverage: none
- name: Set up Nextcloud
@@ -233,7 +233,7 @@ jobs:
with:
php-version: ${{ matrix.php-versions }}
extensions: mbstring, iconv, fileinfo, intl, oci8
- tools: phpunit:8.5.13
+ tools: phpunit
coverage: none
- name: Set up Nextcloud