Skip to content

Commit 466ab44

Browse files
committed
Test on PHP 8.2, 8.3, and 8.4
1 parent edd48ee commit 466ab44

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/test-and-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
timeout-minutes: 20
1818
strategy:
1919
matrix:
20-
php: [ '7.3', '7.4', '8.0', '8.1' ]
20+
php: [ '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4' ]
2121
dependencies:
2222
- "lowest"
2323
- "highest"

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ We welcome direct contributions to the php-http-client code base. Thank you!
1818

1919
##### Prerequisites #####
2020

21-
- PHP version 7.3, 7.4, 8.0, or 8.1
21+
- PHP version 7.3+
2222
- [Composer](https://getcomposer.org/)
2323

2424
##### Initial setup: #####

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ All updates to this library are documented in our [CHANGELOG](CHANGELOG.md).
2828

2929
## Prerequisites
3030

31-
- PHP version 7.3, 7.4, 8.0, or 8.1
31+
- PHP version 7.3+
3232

3333
## Install with Composer
3434

0 commit comments

Comments
 (0)