Commit 7ee9c2b
authored
GH Actions: actually run tests against Windows (#1095)
* GH Actions: actually run tests against Windows
This was already correctly done for the `quicktest` and the `coverage` jobs, but apparently, changing the `runs-on` was missed for the `test` job.
Oops.
Fixed now.
* GH Actions/test: exclude PHP 5.6 on Win due to memory limit issues
---------
Co-authored-by: jrfnl <jrfnl@users.noreply.github.com>1 parent d2d3d05 commit 7ee9c2b
1 file changed
+6
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
64 | 69 | | |
65 | 70 | | |
66 | 71 | | |
| |||
0 commit comments