1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-03-14 04:30:29 +01:00

Merge pull request #6045 from marc1706/ticket/16597-3.2

[ticket/16597] Stop building docs with sami for 3.3 and above
This commit is contained in:
Marc Alexander 2020-09-13 20:34:04 +02:00
commit 5df37895d8
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);