1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-04-14 12:52:08 +02:00

[ticket/14689] Build API docs for 3.2.x

PHPBB3-14689
This commit is contained in:
Marc Alexander 2016-06-22 14:38:00 +02:00
parent 55b854906d
commit 2ec4855cba

View File

@ -25,6 +25,7 @@ $config['versions'] = Sami\Version\GitVersionCollection::create(__DIR__ . '/../'
*/
->add('3.0.x')
->add('3.1.x')
->add('3.2.x')
->add('master')
;