summaryrefslogtreecommitdiffstats
path: root/.github/workflows/phpunit-pgsql.yml
diff options
context:
space:
mode:
authorLouis <louis@chmn.me>2024-03-28 14:04:40 +0100
committerGitHub <noreply@github.com>2024-03-28 14:04:40 +0100
commit78e5348dc27925efc44ce8db9691974a0bc2df56 (patch)
tree6f720ff0f899128f73f0c5209b4301efe035a3df /.github/workflows/phpunit-pgsql.yml
parentfaf24e784e439b768c2dd1db4cbf0899311f5d86 (diff)
parent5567f6d0f526f778b1f4c95d7ff2550eefaefa85 (diff)
Merge pull request #1885 from nextcloud/update-master-target-versions
chore(CI): Adjust testing matrix for Nextcloud 29 on master
Diffstat (limited to '.github/workflows/phpunit-pgsql.yml')
-rw-r--r--.github/workflows/phpunit-pgsql.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/phpunit-pgsql.yml b/.github/workflows/phpunit-pgsql.yml
index 5e66fd2c..7261f185 100644
--- a/.github/workflows/phpunit-pgsql.yml
+++ b/.github/workflows/phpunit-pgsql.yml
@@ -39,7 +39,7 @@ jobs:
strategy:
matrix:
php-versions: ['8.0']
- server-versions: ['master']
+ server-versions: ['master', 'stable29']
services:
postgres: