Skip to content

Commit

Permalink
Change coverage php version (#592)
Browse files Browse the repository at this point in the history
* change coverage

* add changelog
  • Loading branch information
jvc9109 committed May 25, 2023
1 parent cdc037b commit bd5cd36
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
php-version: ['7.1', '7.2', '7.3', '7.4', '8.0', '8.1']

env:
EXECUTE_COVERAGE: ${{ matrix.php-version == '7.4' }}
EXECUTE_COVERAGE: ${{ matrix.php-version == '8.1' }}
CLOVER_PATH: "logs/clover.xml"
COVERALLS_LOG_PATH: "logs/coverall-output.json"
COVERALLS_RUN_LOCALLY: 1
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,12 @@ Security - in case of vulnerabilities.

## [Unreleased]

_TBD_

## [2.21.0]

- [x] Added PHP 8.1 support
- [x] Added coverage report with PHP 8.1

## [2.20.0] 2023-05-22

Expand Down

0 comments on commit bd5cd36

Please sign in to comment.