Skip to content

Commit 9f3c424

Browse files
committed
Do not pin phpunit version
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
1 parent 211c5fb commit 9f3c424

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/phpunit.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
with:
4949
php-version: ${{ matrix.php-versions }}
5050
extensions: mbstring, iconv, fileinfo, intl, sqlite, pdo_sqlite
51-
tools: phpunit:8.5.13
51+
tools: phpunit
5252
coverage: none
5353

5454
- name: Set up Nextcloud
@@ -110,7 +110,7 @@ jobs:
110110
with:
111111
php-version: ${{ matrix.php-versions }}
112112
extensions: mbstring, iconv, fileinfo, intl, mysql, pdo_mysql
113-
tools: phpunit:8.5.13
113+
tools: phpunit
114114
coverage: none
115115

116116
- name: Set up Nextcloud
@@ -174,7 +174,7 @@ jobs:
174174
with:
175175
php-version: ${{ matrix.php-versions }}
176176
extensions: mbstring, iconv, fileinfo, intl, pgsql, pdo_pgsql
177-
tools: phpunit:8.5.13
177+
tools: phpunit
178178
coverage: none
179179

180180
- name: Set up Nextcloud
@@ -233,7 +233,7 @@ jobs:
233233
with:
234234
php-version: ${{ matrix.php-versions }}
235235
extensions: mbstring, iconv, fileinfo, intl, oci8
236-
tools: phpunit:8.5.13
236+
tools: phpunit
237237
coverage: none
238238

239239
- name: Set up Nextcloud

0 commit comments

Comments
 (0)