Skip to content

Commit b54e21e

Browse files
committed
added strategy to codecov.yml
1 parent aff3ad7 commit b54e21e

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.github/workflows/codecov.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,15 @@ jobs:
99

1010
runs-on: ${{ matrix.os }}
1111

12+
strategy:
13+
matrix:
14+
os:
15+
- ubuntu-latest
16+
17+
php:
18+
- "8.1"
19+
- "8.2"
20+
1221
steps:
1322
- name: Checkout
1423
uses: actions/checkout@v3

0 commit comments

Comments
 (0)