Skip to content

Commit a217660

Browse files
committed
ci: run tests on windows
1 parent 872f3ab commit a217660

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/checks.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,11 @@ on:
77
- "v[0-9]"
88
jobs:
99
checks:
10-
runs-on: ubuntu-latest
10+
runs-on: ${{ matrix.os }}
1111
strategy:
1212
fail-fast: false
1313
matrix:
14+
os: [ubuntu-latest, windows-latest]
1415
php-version: ['7.4', '8.0', '8.1', '8.2', '8.3', '8.4']
1516
steps:
1617
-

0 commit comments

Comments
 (0)