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

github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2021-01-29 17:03:47 +0300
committerJulius Härtl <jus@bitgrid.net>2021-02-02 21:54:14 +0300
commit4fc23321489b43b44e9b6ffa4b84775f909cf9de (patch)
treeb7036a990a012b61cd02ab9f4054798938048482
parent103cf2233ea05cd3eb110195c7eec2c554de9e6e (diff)
Stick to phpunit8
Signed-off-by: Julius Härtl <jus@bitgrid.net>
-rw-r--r--.github/workflows/integration.yml8
-rw-r--r--.github/workflows/phpunit.yml14
2 files changed, 11 insertions, 11 deletions
diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml
index f544242c..1a212fb6 100644
--- a/.github/workflows/integration.yml
+++ b/.github/workflows/integration.yml
@@ -56,7 +56,7 @@ jobs:
uses: shivammathur/setup-php@v1
with:
php-version: ${{ matrix.php-versions }}
- tools: phpunit
+ tools: phpunit:8.5.14
extensions: mbstring, iconv, fileinfo, intl, sqlite, pdo_sqlite
coverage: none
@@ -131,7 +131,7 @@ jobs:
uses: shivammathur/setup-php@v1
with:
php-version: ${{ matrix.php-versions }}
- tools: phpunit
+ tools: phpunit:8.5.14
extensions: mbstring, iconv, fileinfo, intl, mysql, pdo_mysql
coverage: none
@@ -208,7 +208,7 @@ jobs:
uses: shivammathur/setup-php@v1
with:
php-version: ${{ matrix.php-versions }}
- tools: phpunit
+ tools: phpunit:8.5.14
extensions: mbstring, iconv, fileinfo, intl, pgsql, pdo_pgsql
coverage: none
@@ -281,7 +281,7 @@ jobs:
with:
php-version: "${{ matrix.php-versions }}"
extensions: mbstring, iconv, fileinfo, intl, oci8
- tools: phpunit:8.5.2
+ tools: phpunit:8.5.15
coverage: none
- name: Set up PHPUnit
diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml
index 12e45f22..c8cf98b7 100644
--- a/.github/workflows/phpunit.yml
+++ b/.github/workflows/phpunit.yml
@@ -44,10 +44,10 @@ jobs:
path: apps/${{ env.APP_NAME }}
- name: Set up php ${{ matrix.php-versions }}
- uses: shivammathur/setup-php@v1
+ uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php-versions }}
- tools: phpunit:8.5.2
+ tools: phpunit:8.5.14
extensions: mbstring, iconv, fileinfo, intl, sqlite, pdo_sqlite
coverage: none
@@ -111,10 +111,10 @@ jobs:
path: apps/${{ env.APP_NAME }}
- name: Set up php ${{ matrix.php-versions }}
- uses: shivammathur/setup-php@v1
+ uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php-versions }}
- tools: phpunit:8.5.2
+ tools: phpunit:8.5.14
extensions: mbstring, iconv, fileinfo, intl, mysql, pdo_mysql
coverage: none
@@ -180,10 +180,10 @@ jobs:
path: apps/${{ env.APP_NAME }}
- name: Set up php ${{ matrix.php-versions }}
- uses: shivammathur/setup-php@v1
+ uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php-versions }}
- tools: phpunit:8.5.2
+ tools: phpunit:8.5.14
extensions: mbstring, iconv, fileinfo, intl, pgsql, pdo_pgsql
coverage: none
@@ -248,7 +248,7 @@ jobs:
with:
php-version: "${{ matrix.php-versions }}"
extensions: mbstring, iconv, fileinfo, intl, oci8
- tools: phpunit:8.5.2
+ tools: phpunit:8.5.14
coverage: none
- name: Set up PHPUnit