summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2024-03-28 12:24:10 +0100
committerbackportbot[bot] <backportbot[bot]@users.noreply.github.com>2024-04-02 16:09:35 +0000
commit4b2b87a8899d087cc6aa774cc9f81c68bddb4bdf (patch)
treeecd4b0c7ed6118c107902333eda46108a7cf252d
parent2f0dd78b0255a16e563e2692f32c49cc8de79546 (diff)
chore(CI): Adjust testing matrix for Nextcloud 29 on main
Signed-off-by: Joas Schilling <coding@schilljs.com>
-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 }}