mirror of
https://github.com/barryvdh/ReflectionDocBlock.git
synced 2026-08-18 01:57: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
|
||||
|
||||
Reference in New Issue
Block a user