Skip to content

Commit 6780e61

Browse files
Add PHP 8.6 to the CI matrix and version guidance (#242)
* Add PHP 8.6 to the CI matrix and version guidance * Reword the changelog to list PHP 8.6 support
1 parent 47495be commit 6780e61

3 files changed

Lines changed: 10 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
fail-fast: false
3939
max-parallel: 10
4040
matrix:
41-
php: ['7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5']
41+
php: ['7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5', '8.6']
4242

4343
steps:
4444
- name: Set up PHP

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# CHANGELOG
22

33

4+
## 3.0.2 - Upcoming
5+
6+
### Added
7+
8+
- Added support for PHP 8.6
9+
10+
411
## 3.0.1 - 2026-08-05
512

613
### Changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ composer require guzzlehttp/promises
1919

2020
| Version | Status | PHP Version |
2121
|---------|--------------|--------------|
22-
| 3.0 | Latest | >=7.4,<8.6 |
23-
| 2.5 | Maintenance | >=7.2.5,<8.6 |
22+
| 3.0 | Latest | >=7.4,<8.7 |
23+
| 2.5 | Maintenance | >=7.2.5,<8.7 |
2424
| 1.5 | End of Life | >=5.5,<8.3 |
2525

2626
## Quick Start

0 commit comments

Comments
 (0)