Skip to content

Commit

Permalink
Bump min required PHP version to 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jwilsson committed Dec 2, 2023
1 parent f0a2ce6 commit 96f1a06
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php-versions: ['8.1', '8.2']
php-versions: ['8.3', '8.2']

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* Compatible with PSR-4 autoloading.

## Requirements
* PHP 8.1 or later.
* PHP 8.2 or later.
* A [PSR-18 HTTP client](https://packagist.org/providers/php-http/client-implementation).
* A [PSR-7 implementation](https://packagist.org/providers/psr/http-message-implementation).

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}
],
"require": {
"php": "^8.1",
"php": "^8.2",
"php-http/client-common": "^2.1",
"php-http/client-implementation": "^1.0",
"php-http/discovery": "^1.7",
Expand Down

0 comments on commit 96f1a06

Please sign in to comment.