summaryrefslogtreecommitdiffstats
path: root/.github/workflows/phpunit.yml
diff options
context:
space:
mode:
authorAnna Larch <anna@nextcloud.com>2021-12-09 16:19:34 +0100
committerAnna Larch <anna@nextcloud.com>2021-12-09 16:19:34 +0100
commit209550312427f10aa3d2eaacc51be648e2d888bc (patch)
tree8ab69eeee3e8ae5db8b76fe559c401f6af264d67 /.github/workflows/phpunit.yml
parent714f079c19bf15b690c789a80395fd8fb5342bdd (diff)
Remove NC20, limit php versions
Signed-off-by: Anna Larch <anna@nextcloud.com>
Diffstat (limited to '.github/workflows/phpunit.yml')
-rw-r--r--.github/workflows/phpunit.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml
index e967e1a7..552c4ce0 100644
--- a/.github/workflows/phpunit.yml
+++ b/.github/workflows/phpunit.yml
@@ -78,10 +78,10 @@ jobs:
# do not stop on another job's failure
fail-fast: false
matrix:
- php-versions: ['7.3', '7.4']
+ php-versions: ['7.3', '7.4', '8.0']
databases: ['mysql']
- server-versions: ['stable22', 'stable23', 'master']
-
+ server-versions: ['stable21', 'stable22', 'stable23', 'master']
+
name: php${{ matrix.php-versions }}-${{ matrix.databases }}-${{ matrix.server-versions }}
services: