Skip to content

Commit

Permalink
docs generation - 2; update unit tests php versions
Browse files Browse the repository at this point in the history
  • Loading branch information
wernerkrauss committed Oct 22, 2024
1 parent c19636f commit 85a7992
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [ '7.4', '8.0', '8.1', '8.2' ]
php: [ '7.4', '8.0', '8.1', '8.2', '8.3', '8.4']

name: PHPunit - PHP ${{ matrix.php }}

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
]
},
"scripts": {
"docs:generate": "@php rule-doc-generator generate rules --output-file docs/all_rectors_overview.md --ansi --categorize 2"
"docs:generate": "@php rule-doc-generator generate src --output-file docs/all_rectors_overview.md --ansi --categorize 2"
},
"minimum-stability": "dev",
"prefer-stable": true
Expand Down

0 comments on commit 85a7992

Please sign in to comment.