Skip to content

Commit 02b4281

Browse files
committed
refactor: coveralls with PHP 8.2
1 parent e60fc75 commit 02b4281

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test-phpunit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,13 +73,13 @@ jobs:
7373
TERM: xterm-256color
7474
TACHYCARDIA_MONITOR_GA: enabled
7575

76-
- if: matrix.php-versions == '8.1'
76+
- if: matrix.php-versions == '8.2'
7777
name: Merge Coveralls
7878
continue-on-error: true
7979
run: |
8080
vendor/bin/phpcov merge --clover build/logs/clover.xml build/cov
8181
82-
- if: matrix.php-versions == '8.1'
82+
- if: matrix.php-versions == '8.2'
8383
name: Upload coverage to Coveralls
8484
run: |
8585
composer global require php-coveralls/php-coveralls

0 commit comments

Comments
 (0)