File tree Expand file tree Collapse file tree 3 files changed +9
-15
lines changed
Expand file tree Collapse file tree 3 files changed +9
-15
lines changed Original file line number Diff line number Diff line change @@ -33,13 +33,13 @@ jobs:
3333 composer-flags : ['']
3434 include :
3535 - php : ' 7.2'
36- coverage : false
36+ coverage : ' none '
3737 - php : ' 8.0'
38- coverage : false
38+ coverage : ' none '
3939 - php : ' 8.1'
40- coverage : false
40+ coverage : ' none '
4141 - php : ' 8.2'
42- coverage : false
42+ coverage : ' none '
4343
4444 steps :
4545 - uses : actions/checkout@v2
5555
5656 - run : echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
5757
58- - name : " Use PHPUnit 9.3+ on PHP 8"
58+ - name : " Use PHPUnit 9.3+ on PHP 8+ "
5959 run : composer require --no-update --dev phpunit/phpunit:^9.3
60- if : " matrix.php == '8.0'"
60+ if : ${{ matrix.php == '8.0' || matrix.php == '8.1' || matrix.php == '8.2' }}
6161
6262 - run : composer update --no-progress ${{ matrix.composer-flags }}
6363
6767 - run : vendor/bin/phpunit --coverage-text --coverage-clover=coverage.clover
6868 if : ${{ matrix.coverage != 'none' }}
6969
70- - run : php vendor/bin/ocular code-coverage:upload --format=php-clover coverage.clover
71- if : ${{ matrix.coverage != 'none' }}
70+ # - run: php vendor/bin/ocular code-coverage:upload --format=php-clover coverage.clover
71+ # if: ${{ matrix.coverage != 'none' }}
7272
7373 phpstan :
7474 name : PHPStan
Original file line number Diff line number Diff line change 1313 "allow-plugins" : {
1414 "dealerdirect/phpcodesniffer-composer-installer" : true ,
1515 "phpstan/extension-installer" : true
16- },
17- "platform" : {
18- "php" : " 7.2.99"
1916 }
2017 },
2118 "require" : {
You can’t perform that action at this time.
0 commit comments