summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2023-11-23 12:58:21 +0100
committerJoas Schilling <coding@schilljs.com>2023-11-23 12:58:21 +0100
commit7d886877a53f9812466ff4ed08cb979b8e17b48f (patch)
tree3d3a6ab3f224271927a48ba0d32715565c13d47d
parentc41970eea8e7be205a929e9f3817211627de60cf (diff)
chore(CI): Adjust testing matrix for Nextcloud 28 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 031b1c10..d35675ac 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', 'stable27', 'stable26', 'stable25']
+ server-versions: ['master', 'stable28', 'stable27', 'stable26', 'stable25']
include:
- php-versions: '7.4'
server-versions: stable25