File tree Expand file tree Collapse file tree 1 file changed +1
-17
lines changed Expand file tree Collapse file tree 1 file changed +1
-17
lines changed Original file line number Diff line number Diff line change @@ -16,27 +16,11 @@ jobs:
1616 - 8.2
1717 - 8.1
1818 steps :
19- - uses : actions/checkout@v4
19+ - uses : actions/checkout@v5
2020 - uses : shivammathur/setup-php@v2
2121 with :
2222 php-version : ${{ matrix.php }}
2323 coverage : xdebug
2424 ini-file : development
2525 - run : composer install
2626 - run : composer test:cc
27-
28- PHPUnit-hhvm :
29- name : PHPUnit (HHVM)
30- runs-on : ubuntu-22.04
31- continue-on-error : true
32- steps :
33- - uses : actions/checkout@v4
34- - run : cp "$(which composer)" composer.phar && ./composer.phar self-update --2.2 # downgrade Composer for HHVM
35- - name : Run hhvm composer.phar install
36- uses : docker://hhvm/hhvm:3.30-lts-latest
37- with :
38- args : hhvm composer.phar install
39- - name : Run hhvm vendor/bin/phpunit
40- uses : docker://hhvm/hhvm:3.30-lts-latest
41- with :
42- args : hhvm vendor/bin/phpunit
You can’t perform that action at this time.
0 commit comments