Skip to content

Commit f32ef9b

Browse files
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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ on:
1212
jobs:
1313
phpunit:
1414
name: "PHPUnit"
15-
uses: "doctrine/.github/.github/workflows/[email protected].0"
15+
uses: "doctrine/.github/.github/workflows/[email protected].1"
1616
with:
1717
php-versions: '["7.2", "7.3", "7.4", "8.0"]'

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"doctrine/migrations": "^3.2"
2727
},
2828
"require-dev": {
29-
"phpunit/phpunit": "^7.0|^8.0|^9.0",
29+
"phpunit/phpunit": "^8.0|^9.0",
3030
"doctrine/coding-standard": "^8.0",
3131
"phpstan/phpstan": "^0.12",
3232
"phpstan/phpstan-deprecation-rules": "^0.12",

0 commit comments

Comments
 (0)