Skip to content

Commit 339a238

Browse files
authored
Use GitHub Actions (Windows) (#254)
1 parent 80f5585 commit 339a238

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@
22
/tests/ export-ignore
33
/.* export-ignore
44
/phpunit.xml export-ignore
5+
6+
* text eol=lf

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
test:
2626
strategy:
2727
matrix:
28-
os: [macos-latest, ubuntu-latest]
28+
os: [macos-latest, ubuntu-latest, windows-latest]
2929
php-version: ['7.4']
3030
include:
3131
- os: ubuntu-latest

0 commit comments

Comments
 (0)