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 16:15:50 +0300
committerJulius Härtl <jus@bitgrid.net>2021-01-29 16:15:50 +0300
commit7df18cef664be955c591f9f3457aa96e96b0bbad (patch)
tree6bcf5a6b0fbebb81b5eda931278a11eb38fbec79 /.github
parente4befc319a71fe5738491e3cc2faea65776a1568 (diff)
Update test matrix
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/integration.yml2
-rw-r--r--.github/workflows/lint.yml2
-rw-r--r--.github/workflows/phpunit.yml2
3 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml
index e9cc8e8c..f544242c 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', '8.0']
databases: ['sqlite']
server-versions: ['master']
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..12e45f22 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']