summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2024-03-28 12:24:10 +0100
committerJoas Schilling <coding@schilljs.com>2024-03-28 12:24:10 +0100
commit09b766840cc51e79360f41ae61b03adf35996280 (patch)
treee4a6f3bc0ac5f87cfec2fc57b2265beb4141a681 /.github
parent80ac87e3ae52e072fba287806dab24813f29fe21 (diff)
chore(CI): Adjust testing matrix for Nextcloud 29 on main
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to '.github')
-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 b51e99c2..f146af9a 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']
+ server-versions: ['master', 'stable29']
name: php${{ matrix.php-versions }}-${{ matrix.databases }}-${{ matrix.server-versions }}