Skip to content

Commit

Permalink
build: ci coverage for all php versions
Browse files Browse the repository at this point in the history
  • Loading branch information
g105b committed Feb 14, 2025
1 parent 79b8a66 commit 9281427
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@ jobs:
coverage:
runs-on: ubuntu-latest
needs: [ phpunit ]
strategy:
matrix:
php: [ 8.1, 8.2, 8.3, 8.4 ]

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 9281427

Please sign in to comment.