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-02-02 22:42:53 +0300
committerGitHub <noreply@github.com>2021-02-02 22:42:53 +0300
commit5744c9ae9e02010c4ab649164f929e2615e57316 (patch)
tree11bf0b283101cf3b316042b88813f6331e85a36b /.github
parent65685cd8dd1f542f7a9e2cb83a8e7956c7b8de97 (diff)
parent9279332b444400f40928596f1b78496d1a8b3da4 (diff)
Merge pull request #1317 from nextcloud/enh/21
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/integration.yml10
-rw-r--r--.github/workflows/lint.yml2
-rw-r--r--.github/workflows/phpunit.yml16
3 files changed, 14 insertions, 14 deletions
diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml
index e9cc8e8c..1df227c4 100644
--- a/.github/workflows/integration.yml
+++ b/.github/workflows/integration.yml
@@ -18,7 +18,7 @@ jobs:
# do not stop on another job's failure
fail-fast: false
matrix:
- php-versions: ['7.4']
+ php-versions: ['7.3', '7.4']
databases: ['sqlite']
server-versions: ['master']
@@ -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/lint.yml b/.github/workflows/lint.yml
index b0188579..9e4de179 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
- php-versions: ['7.0', '7.1', '7.2', '7.3', 7.4]
+ php-versions: ['7.3', '7.4', '8.0']
name: php${{ matrix.php-versions }} lint
steps:
- name: Checkout
diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml
index f172f625..c8cf98b7 100644
--- a/.github/workflows/phpunit.yml
+++ b/.github/workflows/phpunit.yml
@@ -18,7 +18,7 @@ jobs:
# do not stop on another job's failure
fail-fast: false
matrix:
- php-versions: ['7.4']
+ php-versions: ['7.3', '7.4', '8.0']
databases: ['sqlite']
server-versions: ['master']
@@ -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