mirror of
https://github.com/barryvdh/ReflectionDocBlock.git
synced 2026-08-18 01:57:13 +00:00
Merge pull request #246 from phpDocumentor/php72/phpunit8
update to phpunit 9.2
This commit is contained in:
@@ -96,6 +96,12 @@ jobs:
|
|||||||
GITHUB_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
run: phive --no-progress install --copy --trust-gpg-keys ${{ env.phiveGPGKeys }} --force-accept-unsigned
|
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
|
- name: Get composer cache directory
|
||||||
id: composer-cache
|
id: composer-cache
|
||||||
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
|
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<phive xmlns="https://phar.io/phive">
|
<phive xmlns="https://phar.io/phive">
|
||||||
<phar name="phpunit" version="^8.4.3" installed="8.4.3" location="./tools/phpunit" copy="true"/>
|
<phar name="phpunit" version="^9.2" installed="9.2.6" location="./tools/phpunit" copy="true"/>
|
||||||
<phar name="psalm" version="^3.12.1" installed="3.12.1" location="./tools/psalm" copy="true"/>
|
<phar name="psalm" version="^3.12.1" installed="3.12.1" location="./tools/psalm" copy="true"/>
|
||||||
</phive>
|
</phive>
|
||||||
|
|||||||
Reference in New Issue
Block a user