Skip to content

Commit 1d928d5

Browse files
committed
Update workflow
1 parent 951af2e commit 1d928d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Run tests
4646
run: |
4747
vendor/bin/phpunit --coverage-text --coverage-clover=coverage.clover
48-
if [[ "${{ matrix.php }}" == '8.5' ]]; then
48+
if [[ "${{ matrix.php }}" == '8.1' ]]; then
4949
composer require --dev --no-interaction --no-progress --quiet scrutinizer/ocular
5050
vendor/bin/ocular code-coverage:upload --format=php-clover coverage.clover
5151
fi

0 commit comments

Comments
 (0)