There was an error while loading. Please reload this page.
1 parent 80f5585 commit 339a238Copy full SHA for 339a238
.gitattributes
@@ -2,3 +2,5 @@
2
/tests/ export-ignore
3
/.* export-ignore
4
/phpunit.xml export-ignore
5
+
6
+* text eol=lf
.github/workflows/ci.yml
@@ -25,7 +25,7 @@ jobs:
25
test:
26
strategy:
27
matrix:
28
- os: [macos-latest, ubuntu-latest]
+ os: [macos-latest, ubuntu-latest, windows-latest]
29
php-version: ['7.4']
30
include:
31
- os: ubuntu-latest
0 commit comments