mirror of
https://github.com/barryvdh/ReflectionDocBlock.git
synced 2026-08-18 01:57:13 +00:00
update to phpunit 9.2
phpunit 9.2 is the latests version but not supported on php 7.2 we are supporting php 7.2 for now, so downgrade for that purpose
This commit is contained in:
@@ -96,6 +96,12 @@ jobs:
|
||||
GITHUB_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
run: phive --no-progress install --copy --trust-gpg-keys ${{ env.phiveGPGKeys }} --force-accept-unsigned
|
||||
|
||||
- name: Install phpunit 8 for php 7.2
|
||||
if: matrix.php-versions == '7.2'
|
||||
env:
|
||||
GITHUB_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
run: phive --no-progress install --copy --trust-gpg-keys ${{ env.phiveGPGKeys }} phpunit:^8.5
|
||||
|
||||
- name: Get composer cache directory
|
||||
id: composer-cache
|
||||
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
|
||||
|
||||
Reference in New Issue
Block a user