Skip to content

Commit d6d2613

Browse files
committed
Run tests on Windows
1 parent 8b8e881 commit d6d2613

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
fail-fast: true
1111
matrix:
12-
os: [ubuntu-latest]
12+
os: [ubuntu-latest, windows-latest]
1313
php: [7.4]
1414
dependency-version: [prefer-lowest, prefer-stable]
1515

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
}
4343
},
4444
"scripts": {
45-
"test": "vendor/bin/phpunit"
45+
"test": "phpunit"
4646
},
4747
"config": {
4848
"sort-packages": true

0 commit comments

Comments
 (0)