Skip to content

Commit d02be07

Browse files
authored
Merge pull request #92 from dereuromark/patch-1
Use recommended constraint
2 parents 929e97b + 36381ab commit d02be07

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
matrix:
5050
operating-system:
5151
- ubuntu-latest
52-
php-versions: ['7.2', '7.3', '7.4', '8.0']
52+
php-versions: ['7.2', '7.3', '7.4', '8.0', '8.1']
5353
name: Unit tests for PHP version ${{ matrix.php-versions }} on ${{ matrix.operating-system }}
5454
needs:
5555
- phpunit-with-coverage

composer.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
}
1111
],
1212
"require": {
13-
"php": "^7.2 || 8.0.*"
13+
"php": "^7.2 || ^8.0"
1414
},
1515
"autoload": {
1616
"psr-4": {
@@ -24,11 +24,6 @@
2424
"phpDocumentor\\GraphViz\\PHPStan\\": "./tests/phpDocumentor/PHPStan"
2525
}
2626
},
27-
"config": {
28-
"platform": {
29-
"php": "7.2.3"
30-
}
31-
},
3227
"require-dev": {
3328
"phpunit/phpunit": "^8.2 || ^9.2",
3429
"mockery/mockery": "^1.2",

0 commit comments

Comments
 (0)