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 96
96
GITHUB_AUTH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
97
97
run : phive --no-progress install --copy --trust-gpg-keys ${{ env.phiveGPGKeys }} --force-accept-unsigned
98
98
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
+
99
105
- name : Get composer cache directory
100
106
id : composer-cache
101
107
run : echo "::set-output name=dir::$(composer config cache-files-dir)"
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<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" />
4
4
<phar name =" psalm" version =" ^3.12.1" installed =" 3.12.1" location =" ./tools/psalm" copy =" true" />
5
5
</phive >
You can’t perform that action at this time.
0 commit comments