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

github.com/nextcloud/files_accesscontrol.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 14:49:48 +0300
committerCôme Chilliet <come.chilliet@nextcloud.com>2022-04-04 14:49:48 +0300
commit9f3c4245ee3ed222ad91b1ff9b4352d57bc4eea9 (patch)
tree7f331d97714ffc16343d5e8fa96722ec00c4a717 /.github
parent211c5fb2545ae397312f397eb5be273fde11483d (diff)
Do not pin phpunit version
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Diffstat (limited to '.github')
-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 c59607e..d42286c 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