Skip to content

Commit 59a745d

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

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitattributes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
* text=auto
1+
* text=auto eol=lf
22

33
/cache export-ignore
44
/.editorconfig export-ignore

.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)