File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 3131 - name : Setup PHP
3232 uses : shivammathur/setup-php@v2
3333 with :
34- php-version : 8.0
34+ php-version : 7.4
3535
3636 - name : Install dependencies
3737 run : composer install --prefer-dist --no-progress
Original file line number Diff line number Diff line change @@ -122,6 +122,7 @@ public function buildDocs()
122122 $ this ->taskComposerUpdate ()->preferSource ()->run ();
123123 $ this ->buildDocsModules ();
124124 $ this ->buildDocsUtils ();
125+ $ this ->buildDocsGuides ();
125126 $ this ->buildDocsCommands ();
126127 $ this ->buildDocsStub ();
127128 $ this ->buildDocsApi ();
Original file line number Diff line number Diff line change 3838 },
3939 "require-dev" : {
4040 "symfony/event-dispatcher" : " 4.4.*" ,
41- "consolidation/robo" : " ^3.0.0-alpha3 "
41+ "consolidation/robo" : " ^3.0.0"
4242 },
4343 "config" : {
4444 "platform" : {
You can’t perform that action at this time.
0 commit comments