Commit f32ef9b
authored
Require PHPUnit >= 8 (#453)
* Upgrade continuous integration workflow
It fixes a collision between coverage report filenames.
* Require PHPUnit >= 8
We have dropped PHP 7.1, which means we can drop PHPUnit 7, which will
in turn result in the prefer-lowest job being able to generate a
coverage file, instead of warning that "No coverage driver is
available".1 parent 2c2f322 commit f32ef9b
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
0 commit comments