File tree Expand file tree Collapse file tree 1 file changed +3
-8
lines changed
Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Original file line number Diff line number Diff line change 1111 fail-fast : true
1212 matrix :
1313 php : ['7.4', '8.0']
14- stability : [prefer-lowest, prefer-stable]
15- include :
16- - php : ' 8.1'
17- flags : " --ignore-platform-req=php"
18- stability : prefer-stable
19- name : Pest - PHP ${{ matrix.php }} - ${{ matrix.stability }}
14+ name : Pest - PHP ${{ matrix.php }}
2015 steps :
2116 - uses : actions/checkout@v2
2217 - uses : shivammathur/setup-php@v2
2621 coverage : pcov
2722 - uses : ramsey/composer-install@v1
2823 with :
29- composer-options : " --${{ matrix.stability }} -- prefer-dist --optimize-autoloader --ignore-platform-reqs"
24+ composer-options : " --prefer-dist --optimize-autoloader --ignore-platform-reqs"
3025 - name : Run PestPHP
3126 run : vendor/bin/pest --coverage --coverage-clover test-results/pest.xml
3227 env :
3833 uses : codecov/codecov-action@v2
3934 with :
4035 token : ${{ secrets.CODECOV_TOKEN }}
41- flags : pest-${{ matrix.php }}-${{ matrix.stability }}
36+ flags : pest-${{ matrix.php }}
4237 file : test-results/pest.xml
4338
4439 larastan :
You can’t perform that action at this time.
0 commit comments