Skip to content

Commit

Permalink
Updated workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
freost committed Dec 14, 2024
1 parent 8f838bd commit d10ec47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
php-version:
- "8.1"
- "8.4"
steps:
- name: "Checkout code"
uses: "actions/checkout@v4"
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ composer require mako/open-api
Next you'll need to add the package to the `cli` section of the `packages` configuration array in the `application.php` config file.

```
'cli' =>
[
'cli' => [
mako\openapi\OpenApiPackage::class,
]
```
Expand Down

0 comments on commit d10ec47

Please sign in to comment.