Skip to content

Commit 6a93c21

Browse files
committed
ci: run tests also on windows
1 parent 2c3a585 commit 6a93c21

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
@@ -28,10 +28,11 @@ jobs:
2828
run: composer check
2929

3030
tests:
31-
runs-on: ubuntu-latest
31+
runs-on: ${{ matrix.os }}
3232
strategy:
3333
fail-fast: false
3434
matrix:
35+
os: [ ubuntu-latest, windows-latest ]
3536
php-version: [ '7.4', '8.0', '8.1', '8.2', '8.3', '8.4' ]
3637
dependency-version: [ prefer-lowest, prefer-stable ]
3738
steps:

0 commit comments

Comments
 (0)