mirror of
https://github.com/barryvdh/ReflectionDocBlock.git
synced 2026-08-17 17:47:13 +00:00
Test with multiple versions of the dependencies
This commit is contained in:
@@ -56,6 +56,10 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
dependencies:
|
||||
- highest
|
||||
- locked
|
||||
- lowest
|
||||
operating-system:
|
||||
- ubuntu-latest
|
||||
- windows-latest
|
||||
@@ -105,10 +109,11 @@ jobs:
|
||||
GITHUB_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
run: phive --no-progress install --copy --trust-gpg-keys ${{ env.phiveGPGKeys }} phpunit:^8.5
|
||||
|
||||
- name: Install Composer dependencies & cache dependencies
|
||||
- name: Install Composer ${{ matrix.dependencies }} dependencies & cache dependencies
|
||||
uses: "ramsey/composer-install@v1"
|
||||
with:
|
||||
composer-options: --optimize-autoloader
|
||||
dependency-versions: ${{ matrix.dependencies }}
|
||||
|
||||
- name: Run PHPUnit
|
||||
run: php tools/phpunit
|
||||
|
||||
+1
-1
@@ -21,7 +21,7 @@
|
||||
"ext-filter": "*"
|
||||
},
|
||||
"require-dev": {
|
||||
"mockery/mockery": "~1.3.2",
|
||||
"mockery/mockery": "~1.3.5",
|
||||
"psalm/phar": "^4.8"
|
||||
},
|
||||
"autoload": {
|
||||
|
||||
Generated
+1
-1
@@ -4,7 +4,7 @@
|
||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"content-hash": "f1e7818879f1626c05926f50c2c96f44",
|
||||
"content-hash": "cdb71071544df3fd9152739ccf987d83",
|
||||
"packages": [
|
||||
{
|
||||
"name": "phpdocumentor/reflection-common",
|
||||
|
||||
Reference in New Issue
Block a user