Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/registration.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2021-11-11 11:48:51 +0300
committerJoas Schilling <coding@schilljs.com>2021-11-11 11:48:51 +0300
commit5066d89f851037555d36535fdc6c1e1ef3be137c (patch)
treee2115536e3780e3f6f48ed5809f0134e4e743f07 /.github
parent9363d0236f8a8ef3eee301b17976405ba9e14055 (diff)
Update master target versions
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to '.github')
-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 6bd9d6c..102e193 100644
--- a/.github/workflows/phpunit.yml
+++ b/.github/workflows/phpunit.yml
@@ -20,7 +20,7 @@ jobs:
matrix:
php-versions: ['7.3', '7.4']
databases: ['sqlite']
- server-versions: ['stable20', 'stable21', 'stable22', 'master']
+ server-versions: ['stable20', 'stable21', 'stable22', 'stable23', 'master']
include:
- php-versions: '7.2'
databases: 'sqlite'