File tree Expand file tree Collapse file tree 1 file changed +2
-13
lines changed Expand file tree Collapse file tree 1 file changed +2
-13
lines changed Original file line number Diff line number Diff line change 2929 strategy :
3030 matrix :
3131 os : ['ubuntu-24.04-arm', 'windows-latest']
32- php : ['7.2', 'latest']
33-
34- include :
35- - php : ' 5.4'
36- os : ' ubuntu-24.04-arm'
37- custom_ini : false
38- # Installing on Windows with PHP 5.4 runs into all sorts of problems with Composer.
39- # See this issue for more context (yes, I've seen this problem before):
40- # @link https://github.com/PHPCSStandards/composer-installer/pull/213
41- - php : ' 5.5'
42- os : ' windows-latest'
43- custom_ini : false
32+ php : ['7.2', 'latest', '8.5']
4433
4534 name : " QuickTest: PHP ${{ matrix.php }} (${{ matrix.os == 'windows-latest' && 'Win' || 'Linux ARM' }})"
4635
7059 run : php "bin/phpcs" --config-set php_path php
7160
7261 - name : ' PHPUnit: run the full test suite'
73- if : ${{ matrix.os != 'windows-latest' }}
62+ # if: ${{ matrix.os != 'windows-latest' || matrix.php != '8.5 ' }}
7463 run : php "vendor/bin/phpunit" tests/AllTests.php --no-coverage
7564
7665 - name : ' PHPUnit: run tests which may have different outcomes on Windows'
You can’t perform that action at this time.
0 commit comments