mirror of
https://github.com/barryvdh/ReflectionDocBlock.git
synced 2026-08-18 01:57:13 +00:00
Merge pull request #301 from phpDocumentor/php81_support
Run test on php 8.1
This commit is contained in:
@@ -60,7 +60,7 @@ jobs:
|
|||||||
- ubuntu-latest
|
- ubuntu-latest
|
||||||
- windows-latest
|
- windows-latest
|
||||||
- macOS-latest
|
- macOS-latest
|
||||||
php-versions: ['7.2', '7.3', '7.4', '8.0']
|
php-versions: ['7.2', '7.3', '7.4', '8.0', '8.1']
|
||||||
env:
|
env:
|
||||||
extensions: mbstring
|
extensions: mbstring
|
||||||
key: cache-v1 # can be any string, change to clear the extension cache.
|
key: cache-v1 # can be any string, change to clear the extension cache.
|
||||||
|
|||||||
Generated
+6
-6
@@ -300,16 +300,16 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "mockery/mockery",
|
"name": "mockery/mockery",
|
||||||
"version": "1.3.4",
|
"version": "1.3.5",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/mockery/mockery.git",
|
"url": "https://github.com/mockery/mockery.git",
|
||||||
"reference": "31467aeb3ca3188158613322d66df81cedd86626"
|
"reference": "472fa8ca4e55483d55ee1e73c963718c4393791d"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/mockery/mockery/zipball/31467aeb3ca3188158613322d66df81cedd86626",
|
"url": "https://api.github.com/repos/mockery/mockery/zipball/472fa8ca4e55483d55ee1e73c963718c4393791d",
|
||||||
"reference": "31467aeb3ca3188158613322d66df81cedd86626",
|
"reference": "472fa8ca4e55483d55ee1e73c963718c4393791d",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@@ -363,9 +363,9 @@
|
|||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/mockery/mockery/issues",
|
"issues": "https://github.com/mockery/mockery/issues",
|
||||||
"source": "https://github.com/mockery/mockery/tree/1.3.4"
|
"source": "https://github.com/mockery/mockery/tree/1.3.5"
|
||||||
},
|
},
|
||||||
"time": "2021-02-24T09:51:00+00:00"
|
"time": "2021-09-13T15:33:03+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "psalm/phar",
|
"name": "psalm/phar",
|
||||||
|
|||||||
Reference in New Issue
Block a user