summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHamza <40746210+hamza221@users.noreply.github.com>2024-04-02 18:09:26 +0200
committerGitHub <noreply@github.com>2024-04-02 18:09:26 +0200
commit11e30e7bac1a047edef08f95e0f6aefa51c9f148 (patch)
tree2fbbda2fcc503b8a74f5678e74f562c413da3811
parent0cb85c9dc5e3b57dc12916294b5e3c54a1027672 (diff)
parent09b766840cc51e79360f41ae61b03adf35996280 (diff)
Merge pull request #3859 from nextcloud/update-main-target-versions
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 }}