summaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2023-05-17 14:12:43 +0200
committerJoas Schilling <coding@schilljs.com>2023-05-17 14:12:43 +0200
commitcac9047dc90b46e5cf8d3ff2e974bffac5c4fea0 (patch)
treee8d5143f0a8c1a1a94abb4a913075ff697f8ba00 /.github/workflows
parent62ecceea8ba8bd57428c5cf14c6a5872b0abfbae (diff)
chore(CI): Adjust testing matrix for Nextcloud 27 on main
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/phpunit.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml
index 46555879..4b7ada07 100644
--- a/.github/workflows/phpunit.yml
+++ b/.github/workflows/phpunit.yml
@@ -20,7 +20,7 @@ jobs:
matrix:
php-versions: ['8.0']
databases: ['sqlite']
- server-versions: ['master', 'stable26', 'stable25']
+ server-versions: ['master', 'stable27', 'stable26', 'stable25']
include:
- php-versions: '7.4'
server-versions: stable25