We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b8e881 commit d6d2613Copy full SHA for d6d2613
.github/workflows/run-tests.yml
@@ -9,7 +9,7 @@ jobs:
9
strategy:
10
fail-fast: true
11
matrix:
12
- os: [ubuntu-latest]
+ os: [ubuntu-latest, windows-latest]
13
php: [7.4]
14
dependency-version: [prefer-lowest, prefer-stable]
15
composer.json
@@ -42,7 +42,7 @@
42
}
43
},
44
"scripts": {
45
- "test": "vendor/bin/phpunit"
+ "test": "phpunit"
46
47
"config": {
48
"sort-packages": true
0 commit comments