Skip to content

Commit

Permalink
Install xdebug in Github Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Art4 committed Aug 29, 2023
1 parent 25f7485 commit 4093ab5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
with:
php-version: ${{ matrix.php }}
ini-values: error_reporting=-1, display_errors=On, log_errors_max_len=0
coverage: none
coverage: xdebug
tools: none

# Install dependencies and handle caching in one go.
Expand Down
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added

- Add support for PHP 8.2
- Add tests with PHPStan level 8

### Changed

Expand Down Expand Up @@ -43,8 +44,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Change Code Style to PSR-12
- Drop support for PHP 7.0

## [1.0.0-beta - 2022-10-06](https://github.com/Art4/WP-Requests-PSR18-Adapter/compare/09aae5d7deac8058c5a25c1d951cd350d066ad6e...1.0.0-beta)
## [1.0.0-beta - 2022-10-06](https://github.com/Art4/WP-Requests-PSR18-Adapter/compare/f2ab377f89c42ed364f0324a99ff164ae929d22a...1.0.0-beta)

### Added

- Library created from pull request
- Library created from pull request: https://github.com/WordPress/Requests/pull/768

0 comments on commit 4093ab5

Please sign in to comment.