We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e60fc75 commit 02b4281Copy full SHA for 02b4281
1 file changed
.github/workflows/test-phpunit.yml
@@ -73,13 +73,13 @@ jobs:
73
TERM: xterm-256color
74
TACHYCARDIA_MONITOR_GA: enabled
75
76
- - if: matrix.php-versions == '8.1'
+ - if: matrix.php-versions == '8.2'
77
name: Merge Coveralls
78
continue-on-error: true
79
run: |
80
vendor/bin/phpcov merge --clover build/logs/clover.xml build/cov
81
82
83
name: Upload coverage to Coveralls
84
85
composer global require php-coveralls/php-coveralls
0 commit comments