Skip to content

Commit

Permalink
prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
dbu committed Nov 26, 2024
1 parent 93243a3 commit 03a415f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [1.1.0] - 2024-11-26

### Changed
- Drop support for PHP version 7.2

- Add support for PHP 8.4, drop support for PHP version 7.2

### Fixed

- Add missing `composer test` command and use it in CI
- Fix deprecated usage of prophesize in phpunit tests

Expand Down
2 changes: 1 addition & 1 deletion tests/PromiseExceptionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ final class PromiseExceptionTest extends TestCase
public function testExceptionThatIsThrownForGuzzleException(
RequestInterface $request,
$reason,
string $adapterExceptionClass
string $adapterExceptionClass,
): void {
$guzzlePromise = new \GuzzleHttp\Promise\Promise();
$guzzlePromise->reject($reason);
Expand Down

0 comments on commit 03a415f

Please sign in to comment.