File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1111 strategy :
1212 matrix :
1313 php :
14+ - 8.3
1415 - 8.2
1516 - 8.1
1617 - 8.0
2425 - 5.4
2526 - 5.3
2627 steps :
27- - uses : actions/checkout@v3
28+ - uses : actions/checkout@v4
2829 - uses : shivammathur/setup-php@v2
2930 with :
3031 php-version : ${{ matrix.php }}
4647 runs-on : ubuntu-22.04
4748 continue-on-error : true
4849 steps :
49- - uses : actions/checkout@v3
50+ - uses : actions/checkout@v4
5051 - run : cp "$(which composer)" composer.phar && ./composer.phar self-update --2.2 # downgrade Composer for HHVM
5152 - name : Run hhvm composer.phar install
5253 uses : docker://hhvm/hhvm:3.30-lts-latest
Original file line number Diff line number Diff line change 1515 <directory >./src/</directory >
1616 </whitelist >
1717 </filter >
18+ <php >
19+ <ini name =" error_reporting" value =" -1" />
20+ </php >
1821</phpunit >
You can’t perform that action at this time.
0 commit comments