Skip to content

Commit 7074332

Browse files
committed
changed build
1 parent b86fc4c commit 7074332

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
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

RoboFile.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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();

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
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": {

0 commit comments

Comments
 (0)