File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 9696 GITHUB_AUTH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
9797 run : phive --no-progress install --copy --trust-gpg-keys ${{ env.phiveGPGKeys }} --force-accept-unsigned
9898
99+ - name : Install phpunit 8 for php 7.2
100+ if : matrix.php-versions == '7.2'
101+ env :
102+ GITHUB_AUTH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
103+ run : phive --no-progress install --copy --trust-gpg-keys ${{ env.phiveGPGKeys }} phpunit:^8.5
104+
99105 - name : Get composer cache directory
100106 id : composer-cache
101107 run : echo "::set-output name=dir::$(composer config cache-files-dir)"
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<phive xmlns =" https://phar.io/phive" >
3- <phar name =" phpunit" version =" ^8.4.3 " installed =" 8.4.3 " location =" ./tools/phpunit" copy =" true" />
3+ <phar name =" phpunit" version =" ^9.2 " installed =" 9.2.6 " location =" ./tools/phpunit" copy =" true" />
44 <phar name =" psalm" version =" ^3.12.1" installed =" 3.12.1" location =" ./tools/psalm" copy =" true" />
55</phive >
You can’t perform that action at this time.
0 commit comments