summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHamza <40746210+hamza221@users.noreply.github.com>2024-04-02 18:26:35 +0200
committerGitHub <noreply@github.com>2024-04-02 18:26:35 +0200
commitc6433b56c4a6a8a7618b009025dbc6f6a3980d3c (patch)
treeecd4b0c7ed6118c107902333eda46108a7cf252d
parent2f0dd78b0255a16e563e2692f32c49cc8de79546 (diff)
parent4b2b87a8899d087cc6aa774cc9f81c68bddb4bdf (diff)
Merge pull request #3865 from nextcloud/backport/3859/stable6.0
[stable6.0] chore(CI): Adjust testing matrix for Nextcloud 29 on main
-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 }}