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

[ticket/16597] Stop building docs with sami for 3.3 and above

PHPBB3-16597
This commit is contained in:
Marc Alexander 2020-09-11 19:31:43 +02:00
parent f28b1fd178
commit 0d2e9455aa
No known key found for this signature in database
GPG Key ID: 50E0D2423696F995

View File

@ -26,8 +26,6 @@ $config['versions'] = Sami\Version\GitVersionCollection::create(__DIR__ . '/../'
->add('3.0.x')
->add('3.1.x')
->add('3.2.x')
->add('3.3.x')
->add('master')
;
return new Sami\Sami($iterator, $config);