File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 matrix :
1313 os :
1414 - ubuntu-24.04
15- - windows-2022
15+ - windows-2025
1616 php :
17+ - 8.5
1718 - 8.4
1819 - 8.3
1920 - 8.2
@@ -29,13 +30,11 @@ jobs:
2930 - 5.4
3031 - 5.3
3132 steps :
32- - uses : actions/checkout@v4
33+ - uses : actions/checkout@v6
3334 - uses : shivammathur/setup-php@v2
3435 with :
3536 php-version : ${{ matrix.php }}
3637 extensions : sockets
3738 coverage : xdebug
38- - run : composer config secure-http false && composer config repo.packagist composer http://packagist.org && composer config preferred-install source
39- if : ${{ matrix.php < 5.5 && matrix.os == 'windows-2022' }} # legacy PHP on Windows is allowed to use insecure downloads until it will be removed again
4039 - run : composer install
4140 - run : vendor/bin/phpunit --coverage-text ${{ matrix.php < 7.3 && '-c phpunit.xml.legacy' || '' }}
You can’t perform that action at this time.
0 commit comments