-
Notifications
You must be signed in to change notification settings - Fork 23
Commit 2dfde55
GH Actions: run tests also on Windows OS
When running the tests locally, I realized that patch 146 did not actually work correctly on Windows.
This commit adds test runs against Windows in CI on a limited number of PHP versions to prevent this kind of issue going unnoticed for future PRs.
Note: the lowest PHP version I can get a running build on is PHP 5.5. This is related to SSL transport issues with Packagist with old Composer versions (which are needed for old PHP versions).1 parent 5b45d93 commit 2dfde55
1 file changed
+15
-2
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
91 | 91 |
| |
92 | 92 |
| |
93 | 93 |
| |
94 | - | ||
95 | - | ||
94 | + | ||
95 | + | ||
96 | 96 |
| |
97 | 97 |
| |
98 | 98 |
| |
| |||
114 | 114 |
| |
115 | 115 |
| |
116 | 116 |
| |
117 | + | ||
118 | + | ||
119 | + | ||
120 | + | ||
121 | + | ||
122 | + | ||
123 | + | ||
124 | + | ||
125 | + | ||
126 | + | ||
127 | + | ||
128 | + | ||
129 | + | ||
117 | 130 |
| |
118 | 131 |
| |
119 | 132 |
| |
|
0 commit comments