chore: Update Codecov action to v5 and add PHP 8.4 to test matrix #8
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: PHPStan PHP code issues | |
on: [push] | |
jobs: | |
build-test: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: php-actions/composer@v6 | |
- uses: php-actions/phpstan@v3 | |
with: | |
path: src/ |