Skip to content

Commit

Permalink
ci: coverage for each php version
Browse files Browse the repository at this point in the history
  • Loading branch information
g105b committed Feb 10, 2025
1 parent 0c56697 commit eef13e9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,13 +70,16 @@ jobs:
coverage:
runs-on: ubuntu-latest
needs: [ phpunit ]
strategy:
matrix:
php: [ 8.1, 8.2, 8.3, 8.4 ]

steps:
- uses: actions/checkout@v4

- uses: actions/download-artifact@v4
with:
name: code-coverage
name: code-coverage-${{ matrix.php }}-${{ github.run_number }}
path: _coverage

- name: Output coverage
Expand Down

0 comments on commit eef13e9

Please sign in to comment.