File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 13
13
- { php: 7.4, phpunit: 9 }
14
14
- { php: 8.0, phpunit: 10 }
15
15
- { php: 8.1, phpunit: 10 }
16
- - { php: 8.2, phpunit: 10 }
16
+ - { php: 8.2, phpunit: 10, main: true }
17
17
- { php: 8.3, phpunit: 10, experimental: true }
18
18
19
19
steps :
47
47
version : " ${{ matrix.env.phpunit }}"
48
48
configuration : " phpunit.xml"
49
49
- name : " Code Coverage Report"
50
- if : " matrix.env.php == '8.2' && github.event_name == 'pull_request'"
50
+ if : " matrix.env.main == true && github.event_name == 'pull_request'"
51
51
uses : irongut/CodeCoverageSummary@v1.3.0
52
52
with :
53
53
filename : cobertura.xml
60
60
output : both
61
61
thresholds : ' 60 80'
62
62
- name : Add Coverage PR Comment
63
- if : " matrix.env.php == '8.2' && github.event_name == 'pull_request'"
63
+ if : " matrix.env.main == true && github.event_name == 'pull_request'"
64
64
uses : marocchino/sticky-pull-request-comment@v2
65
65
with :
66
66
recreate : true
70
70
uses : php-actions/behat@v1.0.1
71
71
with :
72
72
php_version : " ${{ matrix.env.php }}"
73
+ vendored_behat_path : vendor/bin/behat
You can’t perform that action at this time.
0 commit comments