Skip to content

Commit

Permalink
rebuild docs
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed Jul 22, 2023
1 parent 81261e1 commit d507963
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2,933 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/code_analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
-
uses: shivammathur/setup-php@v2
with:
php-version: 8.0
php-version: 8.1
coverage: none

- uses: "ramsey/composer-install@v1"
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"scripts": {
"check-cs": "vendor/bin/ecs check --ansi",
"fix-cs": "vendor/bin/ecs check --fix --ansi",
"phpstan": "vendor/bin/phpstan analyse --ansi"
"phpstan": "vendor/bin/phpstan analyse --ansi",
"build": "bin/console dump-nodes"
}
}
Loading

0 comments on commit d507963

Please sign in to comment.