We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c56697 commit eef13e9Copy full SHA for eef13e9
.github/workflows/ci.yml
@@ -70,13 +70,16 @@ jobs:
70
coverage:
71
runs-on: ubuntu-latest
72
needs: [ phpunit ]
73
+ strategy:
74
+ matrix:
75
+ php: [ 8.1, 8.2, 8.3, 8.4 ]
76
77
steps:
78
- uses: actions/checkout@v4
79
80
- uses: actions/download-artifact@v4
81
with:
- name: code-coverage
82
+ name: code-coverage-${{ matrix.php }}-${{ github.run_number }}
83
path: _coverage
84
85
- name: Output coverage
0 commit comments